Skip to content

Commit

Permalink
Bump version to 0.1a3
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed Apr 16, 2018
1 parent b0e6c0a commit a5f5c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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__ = "{}a2".format(__version_major__)
__version__ = "{}a3".format(__version_major__)
__version_long__ = "{} - Alpha".format(__version_major__)
__status__ = "Prototype"

0 comments on commit a5f5c70

Please sign in to comment.