We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3694d37 commit 713a34dCopy full SHA for 713a34d
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="pslab",
9
- version="2.0.0.rc3",
+ version="2.0.0",
10
description="Pocket Science Lab by FOSSASIA",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
@@ -38,6 +38,6 @@
38
"Programming Language :: Python :: 3",
39
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
40
"Operating System :: OS Independent",
41
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
42
],
43
)
0 commit comments