Skip to content

Commit de2b365

Browse files
committed
Release version 1.0.0.
1 parent ce47c2e commit de2b365

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pgfutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
"""
3838

39-
__version__ = "0.10.0"
39+
__version__ = "1.0.0"
4040

4141
# We don't import Matplotlib here as this brings in NumPy. In turn, NumPy
4242
# caches a reference to the io.open() method as part of its data loading

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
author_email="[email protected]",
6262
license="BSD",
6363
classifiers=[
64-
"Development Status :: 4 - Beta",
64+
"Development Status :: 5 - Production/Stable",
6565
"Intended Audience :: Science/Research",
6666
"License :: OSI Approved :: BSD License",
6767
"Programming Language :: Python",

0 commit comments

Comments
 (0)