From ace24b3966c58cffafdd99aa8b08a936344832a3 Mon Sep 17 00:00:00 2001 From: Noemi Frisina Date: Thu, 31 Oct 2024 13:31:31 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.7=20=E2=86=92=200.9.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- src/nexgen/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 653919e5..db20c310 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.9.7" +current_version = "0.9.8" tag = true commit = true parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" diff --git a/pyproject.toml b/pyproject.toml index ce19e420..30e6f502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nexgen" -version = "0.9.7" +version = "0.9.8" description = "Next Generation Nexus Generator" classifiers = [ "Development Status :: 3 - Alpha", diff --git a/src/nexgen/__init__.py b/src/nexgen/__init__.py index f6b42f91..e09fe522 100644 --- a/src/nexgen/__init__.py +++ b/src/nexgen/__init__.py @@ -6,5 +6,5 @@ __author__ = "Diamond Light Source - Scientific Software" __email__ = "data_analysis@diamond.ac.uk" -__version__ = "0.9.7" +__version__ = "0.9.8" __version_tuple__ = tuple(int(x) for x in __version__.split("."))