We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43da902 commit 0b6562cCopy full SHA for 0b6562c
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="mvarcs",
8
- version="0.0.2",
+ version="0.1.0",
9
author="OllieJC",
10
author_email="mvarcs-pypi@olliejc.uk",
11
description="Python package for providing the MVARCS",
@@ -18,7 +18,7 @@
18
},
19
license="The Unlicense",
20
classifiers=[
21
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
22
"Intended Audience :: Developers",
23
"License :: OSI Approved :: The Unlicense (Unlicense)",
24
"Programming Language :: Python :: 3",
0 commit comments