Przeglądaj źródła

Bump version, dev status

Maarten van den Berg 6 lat temu
rodzic
commit
c64c868fc6
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -2,9 +2,9 @@ from setuptools import setup
2 2
 
3 3
 setup(
4 4
     name="piket",
5
-    version="0.0.2",
5
+    version="0.1.0",
6 6
     classifiers=[
7
-        "Development Status :: 2 - Pre-Alpha",
7
+        "Development Status :: 4 - Beta",
8 8
         "License :: OSI Approved :: MIT License",
9 9
         "Programming Language :: Python :: 3"
10 10
         "Programming Language :: Python :: 3 :: Only",