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 ce47c2e commit de2b365Copy full SHA for de2b365
pgfutils.py
@@ -36,7 +36,7 @@
36
37
"""
38
39
-__version__ = "0.10.0"
+__version__ = "1.0.0"
40
41
# We don't import Matplotlib here as this brings in NumPy. In turn, NumPy
42
# caches a reference to the io.open() method as part of its data loading
setup.py
@@ -61,7 +61,7 @@
61
author_email="[email protected]",
62
license="BSD",
63
classifiers=[
64
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
65
"Intended Audience :: Science/Research",
66
"License :: OSI Approved :: BSD License",
67
"Programming Language :: Python",
0 commit comments