diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8552dc23..fcf90615 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.1 +current_version = 3.1.2 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index fef665cb..b1223d4b 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def run_tests(self): # Versions should comply with PEP440. For a discussion on # single-sourcing the version across setup.py and the project code, # see http://packaging.python.org/en/latest/tutorial.html#version - version='3.1.1', + version='3.1.2', description=('Track MIP analyses.'), long_description=__doc__,