From 286ad1f70c63547f54ca6ed90845ef2f6e0920fc Mon Sep 17 00:00:00 2001 From: DiamondLightSource-build-server Date: Fri, 3 Nov 2023 13:23:47 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.17.dev=20=E2=86=92=203.17.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",