diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c9870cc..748b295 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 [bumpversion:file:pyproject.toml] search = version = "{current_version}" diff --git a/pyproject.toml b/pyproject.toml index f4d0ac4..4b7fce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uhabits_converter" -version = "0.2.1" +version = "0.2.2" description = "convert types of habit from uhabits" authors = ["Conor Sheehan "] license = "MIT" diff --git a/src/version.py b/src/version.py index 3ced358..b5fdc75 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"