Skip to content

Commit 29c8496

Browse files
committed
bump version - first (alpha) release!
1 parent 4e9be06 commit 29c8496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__author__ = "Casper da Costa-Luis <[email protected]>"
1313
__licence__ = "Apache-2.0"
14-
__version__ = "1.0.0"
14+
__version__ = "1.0.1"
1515
src_dir = os.path.abspath(os.path.dirname(__file__))
1616

1717
# Execute Makefile commands if specified
@@ -51,7 +51,7 @@
5151
classifiers=[
5252
# Trove classifiers
5353
# (https://pypi.org/pypi?%3Aaction=list_classifiers)
54-
"Development Status :: 2 - Pre-Alpha",
54+
"Development Status :: 3 - Alpha",
5555
"Environment :: Console",
5656
"Environment :: MacOS X",
5757
"Environment :: Other Environment",

0 commit comments

Comments
 (0)