Skip to content

Commit 7532a7f

Browse files
authored
Merge pull request #35 from pddg/release-v0.2.1
Release v0.2.1
2 parents f5166b8 + bf22b2d commit 7532a7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ long_description_content_type = text/markdown
99
url = https://github.com/pddg/uroboros
1010
license_file = LICENSE
1111
classifier =
12-
Development Status :: 2 - Pre-Alpha
12+
Development Status :: 3 - Alpha
1313
Intended Audience :: Developers
1414
License :: OSI Approved :: Apache Software License
1515
Programming Language :: Python

uroboros/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .constants import ExitStatus # NOQA
44

55

6-
version = "0.2.0"
6+
version = "0.2.1"

0 commit comments

Comments
 (0)