From 3123214869274fdc0ab12c7c5319a95dcd4c9eb1 Mon Sep 17 00:00:00 2001 From: DiamondLightSource-build-server Date: Wed, 8 Jan 2025 11:53:49 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.23.dev=20=E2=86=92=203.23.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 a946bb20d..760aea33f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.23.dev +current_version = 3.23.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P[a-z]+)?(?P\d+)? diff --git a/setup.py b/setup.py index a77f90951..dc35da74b 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.23.dev" +__version_tag__ = "3.23.0" setup_kwargs = { "name": "dxtbx",