diff --git a/setup.cfg b/setup.cfg index 43a1ada..a08c51c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.6 +current_version = 2.0.7 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 4f8bdd8..b9d4e13 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/bdraco/nexia", - version="2.0.6", + version="2.0.7", zip_safe=False, )