Skip to content

Commit

Permalink
pump version to 0.1a11.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed Jun 6, 2021
1 parent b751b25 commit 9eba815
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 @@ -13,7 +13,7 @@
# Version configuration (enforcing PEP 440)
# ------------------------------------------------------------------------------
__status__ = "3 - Alpha"
__version_tuple__ = (0, 1, 0, 11, 1)
__version_tuple__ = (0, 1, 0, 11, 2)
__version_status__ = '' # a specific value ('rc', 'dev', etc.) or leave blank to be auto-filled
# ------------------------------------------------------------------------------
__status_map__ = {'3 - Alpha': 'a', '4 - Beta': 'b', '5 - Production/Stable': '', '6 - Mature': ''}
Expand Down

0 comments on commit 9eba815

Please sign in to comment.