diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9417f73e2..d63f26bbb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.17.dev +current_version = 3.17.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P[a-z]+)?(?P\d+)? diff --git a/setup.py b/setup.py index 8fbd4a3e7..9827c6e2f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ # Static version number which is updated by bump2version # Do not change this manually - use 'bump2version ' -__version_tag__ = "3.17.dev" +__version_tag__ = "3.17.0" setup_kwargs = { "name": "dxtbx",