Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed May 9, 2024
1 parent 5797358 commit e1adb0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1
current_version = 0.9.2
commit = True
tag = True

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.1"
version = "0.9.2"
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__ = "data_analysis@diamond.ac.uk"
__version__ = "0.9.1"
__version__ = "0.9.2"
__version_tuple__ = tuple(int(x) for x in __version__.split("."))

0 comments on commit e1adb0f

Please sign in to comment.