Skip to content

Commit

Permalink
version upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
soumendrak committed Sep 19, 2021
1 parent 9b3d417 commit e50014a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.8
current_version = 0.0.9
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion openodia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Open Odia language tools
"""
__version__ = "0.0.8"
__version__ = "0.0.9"

from .letters import Letters
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This call to setup() does all the work
setup(
name="openodia",
version="0.0.8",
version="0.0.9",
description="Open source Odia language tools",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e50014a

Please sign in to comment.