diff --git a/bindit/__init__.py b/bindit/__init__.py index aa5b891..b38fbcf 100644 --- a/bindit/__init__.py +++ b/bindit/__init__.py @@ -9,7 +9,7 @@ __author__ = """Johan Carlin""" __email__ = "johan.carlin@gmail.com" -__version__ = "0.2.1" +__version__ = "0.2.2" logging.basicConfig( format="%(asctime)s %(filename)s %(funcName)s %(message)s", diff --git a/setup.cfg b/setup.cfg index 9388ec7..87d0459 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index f6aa9e5..f04848c 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/jooh/bindit", - version="0.2.1", + version="0.2.2", zip_safe=False, )