Skip to content

Commit

Permalink
Bump version: 0.9.7 → 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Oct 31, 2024
1 parent 675129f commit ace24b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.9.7"
current_version = "0.9.8"
tag = true
commit = true
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/nexgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

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

0 comments on commit ace24b3

Please sign in to comment.