Skip to content

Commit

Permalink
Bump version: 0.9.5 → 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Sep 9, 2024
1 parent d7bdf51 commit f9154ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ testpaths = "src tests"
source = ["src", "**/site-packages/"]

[tool.bumpversion]
current_version = "0.9.5"
current_version = "0.9.6"
tag = true
commit = true
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
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.5"
__version__ = "0.9.6"
__version_tuple__ = tuple(int(x) for x in __version__.split("."))

0 comments on commit f9154ce

Please sign in to comment.