Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
NeelayS committed May 15, 2022
1 parent ae72e3b commit 2f99ab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KD_Lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Het Shah"""
__email__ = "divhet163@gmail.com"
__version__ = "__version__ = '0.0.30'"
__version__ = "__version__ = '0.0.31'"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.30
current_version = 0.0.31
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/SforAiDL/KD_Lib",
version="0.0.30",
version="0.0.31",
zip_safe=False,
)

0 comments on commit 2f99ab4

Please sign in to comment.