Skip to content

Commit 9ba193e

Browse files
Increment version to alpha
1 parent c4a34da commit 9ba193e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

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

44
setup(
55
name="cons",
6-
version="0.0.1",
6+
version="0.1.0",
77
install_requires=[
88
'toolz',
99
'multipledispatch',
@@ -21,7 +21,8 @@
2121
platforms=['any'],
2222
python_requires='>=3.6',
2323
classifiers=[
24-
"Development Status :: 4 - Beta",
24+
"Development Status :: 3 - Alpha",
25+
"Intended Audience :: Science/Research",
2526
"Intended Audience :: Developers",
2627
"License :: DFSG approved",
2728
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",

0 commit comments

Comments
 (0)