Skip to content

Commit 39d7335

Browse files
committed
Bump version: 0.53.3-dev.17 → 0.54.0-dev.0
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
1 parent a76da5d commit 39d7335

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
@@ -138,7 +138,7 @@ target-version = [
138138
]
139139

140140
[tool.bumpversion]
141-
current_version = "0.53.3-dev.17"
141+
current_version = "0.54.0-dev.0"
142142
commit = true
143143
commit_args = "--no-verify --signoff"
144144
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__ = "logan.travis@ouranos.ca"
16-
__version__ = "0.53.3-dev.17"
16+
__version__ = "0.54.0-dev.0"
1717

1818

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

0 commit comments

Comments
 (0)