diff --git a/codewords/version.py b/codewords/version.py index 3b93d0b..27fdca4 100644 --- a/codewords/version.py +++ b/codewords/version.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/setup.cfg b/setup.cfg index 16873d1..206e2ca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True tag_name = {new_version}