diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e7101ef..e066ea9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.7.2 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 91f0cd5..3863c55 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.7.1', + version='0.7.2', description='Utility scripts for the predector pipeline.', long_description=long_description, diff --git a/src/predectorutils/__init__.py b/src/predectorutils/__init__.py index 818b530..8e2e8b6 100644 --- a/src/predectorutils/__init__.py +++ b/src/predectorutils/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.7.1" +__version__ = "0.7.2" __email__ = "darcy.ab.jones@gmail.com"