diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 28e49aae..e6858479 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.17.1 +current_version = 7.17.2 commit = True tag = True tag_name = v{new_version} diff --git a/cg_lims/__init__.py b/cg_lims/__init__.py index 7c8e1ef9..7bc9d08c 100644 --- a/cg_lims/__init__.py +++ b/cg_lims/__init__.py @@ -1 +1 @@ -__version__ = "7.17.1" +__version__ = "7.17.2"