Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sicho committed Sep 26, 2022
1 parent 05ee759 commit 992b72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genui/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# https://setuptools.readthedocs.io/en/latest/setuptools.html#specifying-your-project-s-version
__version__ = "0.0.0"
__devstatus__ = "alpha" # prerelease tag
__devversion__ = "2" # prerelease version
__devversion__ = "3" # prerelease version

# make sure that the version specification is correct
assert (__devstatus__ and __devversion__) or not (__devstatus__ or __devversion__)
Expand Down

0 comments on commit 992b72a

Please sign in to comment.