Skip to content

Commit

Permalink
Merge pull request #3 from InbarRose/development
Browse files Browse the repository at this point in the history
Bump version: 1.0.8 → 1.0.9
  • Loading branch information
InbarRose authored Mar 17, 2020
2 parents eddc98f + ab0adc3 commit 4a54652
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 = 1.0.8
current_version = 1.0.9
commit = True
tag = True
parse = v?(?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion kitir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from . import utils

# name = "kitir"
__version__ = "1.0.8"
__version__ = "1.0.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="kitir",
version="1.0.8",
version="1.0.9",
author="Inbar Rose",
author_email="[email protected]",
python_requires=">=3.7.4",
Expand Down

0 comments on commit 4a54652

Please sign in to comment.