We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5166b8 commit bf22b2dCopy full SHA for bf22b2d
setup.cfg
@@ -9,7 +9,7 @@ long_description_content_type = text/markdown
9
url = https://github.com/pddg/uroboros
10
license_file = LICENSE
11
classifier =
12
- Development Status :: 2 - Pre-Alpha
+ Development Status :: 3 - Alpha
13
Intended Audience :: Developers
14
License :: OSI Approved :: Apache Software License
15
Programming Language :: Python
uroboros/__init__.py
@@ -3,4 +3,4 @@
3
from .constants import ExitStatus # NOQA
4
5
6
-version = "0.2.0"
+version = "0.2.1"
0 commit comments