Skip to content

Commit ace24b3

Browse files
committed
Bump version: 0.9.7 → 0.9.8
1 parent 675129f commit ace24b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.9.7"
2+
current_version = "0.9.8"
33
tag = true
44
commit = true
55
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nexgen"
7-
version = "0.9.7"
7+
version = "0.9.8"
88
description = "Next Generation Nexus Generator"
99
classifiers = [
1010
"Development Status :: 3 - Alpha",

src/nexgen/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
__author__ = "Diamond Light Source - Scientific Software"
88
__email__ = "[email protected]"
9-
__version__ = "0.9.7"
9+
__version__ = "0.9.8"
1010
__version_tuple__ = tuple(int(x) for x in __version__.split("."))

0 commit comments

Comments
 (0)