diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 04dde938..fae1d203 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.2.0 +current_version = 0.2.1 [bumpversion:file:inbox/_version.py] diff --git a/inbox/_version.py b/inbox/_version.py index 03ebcacf..bbb51a4d 100644 --- a/inbox/_version.py +++ b/inbox/_version.py @@ -1 +1 @@ -__VERSION__ = "0.2.0" \ No newline at end of file +__VERSION__ = "0.2.1" \ No newline at end of file