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 c4a34da commit 9ba193eCopy full SHA for 9ba193e
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="cons",
6
- version="0.0.1",
+ version="0.1.0",
7
install_requires=[
8
'toolz',
9
'multipledispatch',
@@ -21,7 +21,8 @@
21
platforms=['any'],
22
python_requires='>=3.6',
23
classifiers=[
24
- "Development Status :: 4 - Beta",
+ "Development Status :: 3 - Alpha",
25
+ "Intended Audience :: Science/Research",
26
"Intended Audience :: Developers",
27
"License :: DFSG approved",
28
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
0 commit comments