Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6ad27 commit 0bcd203Copy full SHA for 0bcd203
2 files changed
MANIFEST.in
@@ -1,7 +1,7 @@
1
include CHANGELOG KNOWN_BUGS INSTALL
2
include INTERACTIVE TODO
3
include Makefile MANIFEST.in MANIFEST
4
-include matplotlibrc.template matplotlibrc setup.cfg.template
+include matplotlibrc.template setup.cfg.template
5
include __init__.py setupext.py setup.py setupegg.py
6
include examples/data/*
7
include lib/mpl_toolkits
lib/matplotlib/__init__.py
@@ -89,7 +89,7 @@
89
"""
90
from __future__ import generators
91
92
-__version__ = '0.98.5'
+__version__ = '0.98.5.1'
93
__revision__ = '$Revision$'
94
__date__ = '$Date$'
95
0 commit comments