Skip to content

Commit 0b6562c

Browse files
authored
Move to beta and set version to 0.1.0
1 parent 43da902 commit 0b6562c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

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

66
setuptools.setup(
77
name="mvarcs",
8-
version="0.0.2",
8+
version="0.1.0",
99
author="OllieJC",
1010
author_email="mvarcs-pypi@olliejc.uk",
1111
description="Python package for providing the MVARCS",
@@ -18,7 +18,7 @@
1818
},
1919
license="The Unlicense",
2020
classifiers=[
21-
"Development Status :: 3 - Alpha",
21+
"Development Status :: 4 - Beta",
2222
"Intended Audience :: Developers",
2323
"License :: OSI Approved :: The Unlicense (Unlicense)",
2424
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)