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 4e9be06 commit 29c8496Copy full SHA for 29c8496
setup.py
@@ -11,7 +11,7 @@
11
12
__author__ = "Casper da Costa-Luis <[email protected]>"
13
__licence__ = "Apache-2.0"
14
-__version__ = "1.0.0"
+__version__ = "1.0.1"
15
src_dir = os.path.abspath(os.path.dirname(__file__))
16
17
# Execute Makefile commands if specified
@@ -51,7 +51,7 @@
51
classifiers=[
52
# Trove classifiers
53
# (https://pypi.org/pypi?%3Aaction=list_classifiers)
54
- "Development Status :: 2 - Pre-Alpha",
+ "Development Status :: 3 - Alpha",
55
"Environment :: Console",
56
"Environment :: MacOS X",
57
"Environment :: Other Environment",
0 commit comments