Skip to content

Commit

Permalink
jamdict version 0.1a10 is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed May 21, 2021
1 parent d97e362 commit f39c5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jamdict/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
__url__ = "https://github.com/neocl/jamdict"
__maintainer__ = "Le Tuan Anh"
__version_major__ = "0.1"
__version__ = "{}a10.post2".format(__version_major__)
__version_long__ = "{} - Alpha - Post 002".format(__version_major__)
__version__ = "{}a10".format(__version_major__)
__version_long__ = "{} - Alpha 10".format(__version_major__)
__status__ = "3 - Alpha"

0 comments on commit f39c5a7

Please sign in to comment.