Skip to content

Commit

Permalink
jamdict version 0.1a11 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed May 25, 2021
1 parent 916f9c2 commit 1b1b90c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jamdict/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
__copyright__ = "Copyright (c) 2016, Le Tuan Anh"
__credits__ = []
__license__ = "MIT License"
__description__ = "Python library for manipulating Jim Breen's JMdict, KanjiDic2, KRADFILE and JMnedict"
__description__ = "Python library for using Japanese dictionaries and resources (Jim Breen's JMdict, KanjiDic2, KRADFILE, JMnedict)"
__url__ = "https://github.com/neocl/jamdict"
__maintainer__ = "Le Tuan Anh"
# ------------------------------------------------------------------------------
# Version configuration (enforcing PEP 440)
# ------------------------------------------------------------------------------
__status__ = "3 - Alpha"
__version_tuple__ = (0, 1, 0, 10, 6)
__version_status__ = '' # a specific value ('rc', 'dev', etc.) or leave blank to be auto-filled
__version_tuple__ = (0, 1, 0, 11)
__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': ''}
if not __version_status__:
Expand Down

0 comments on commit 1b1b90c

Please sign in to comment.