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