Skip to content

Commit 123ba60

Browse files
committed
Bump version: 0.55.2-dev.4 → 0.55.2-dev.5
Signed-off-by: Ouranos Helper Bot <[email protected]>
1 parent 8f20a34 commit 123ba60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ xclim = "xclim.cli:cli"
128128
[tool]
129129

130130
[tool.bumpversion]
131-
current_version = "0.55.2-dev.4"
131+
current_version = "0.55.2-dev.5"
132132
commit = true
133133
commit_args = "--no-verify --signoff"
134134
tag = false

src/xclim/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__author__ = """Travis Logan"""
1515
__email__ = "[email protected]"
16-
__version__ = "0.55.2-dev.4"
16+
__version__ = "0.55.2-dev.5"
1717

1818

1919
with _resources.as_file(_resources.files("xclim.data")) as _module_data:

0 commit comments

Comments
 (0)