Skip to content

Commit

Permalink
version upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
soumendrak committed Oct 1, 2021
1 parent 7d98e2a commit cfd1628
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.1.1
current_version = 0.1.2
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,6 +1,6 @@
"""Open Odia language tools
"""
__version__ = "0.1.1"
__version__ = "0.1.2"

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

0 comments on commit cfd1628

Please sign in to comment.