Skip to content

Commit

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

Expand All @@ -10,3 +10,4 @@ replace = version = "{new_version}"
[bumpversion:file:fuse/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

2 changes: 1 addition & 1 deletion fuse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.1"
__version__ = "1.2.2"

from . import dtypes
from .dtypes import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "xenon-fuse"
version = "1.2.1"
version = "1.2.2"
description = "XENON Framework for Unified Simulations of Events"
authors = [
"Henning Schulze Eißing, <[email protected]>",
Expand Down

0 comments on commit 023a773

Please sign in to comment.