diff --git a/__version__.py b/__version__.py index 71eb32d..2418e6b 100755 --- a/__version__.py +++ b/__version__.py @@ -1 +1 @@ -__version__ = "0.0.8" \ No newline at end of file +__version__ = "0.0.9" \ No newline at end of file diff --git a/bumpversion.cfg b/bumpversion.cfg index a45311f..5aa60a0 100755 --- a/bumpversion.cfg +++ b/bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.8 +current_version = 0.0.9 commit = True tag = True