diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d5523c2f..77030f3d 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 diff --git a/setup.cfg b/setup.cfg index 11e8ec8b..94342c1a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nexgen -version = 0.7.1 +version = 0.7.2 description = Next Generation Nexus Generator long_description = file: README.rst author = Diamond Light Source - Scientific Software diff --git a/src/nexgen/__init__.py b/src/nexgen/__init__.py index 88515c7b..93a80531 100644 --- a/src/nexgen/__init__.py +++ b/src/nexgen/__init__.py @@ -5,5 +5,5 @@ __author__ = "Diamond Light Source - Scientific Software" __email__ = "data_analysis@diamond.ac.uk" -__version__ = "0.7.1" +__version__ = "0.7.2" __version_tuple__ = tuple(int(x) for x in __version__.split("."))