We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76da5d commit 39d7335Copy full SHA for 39d7335
pyproject.toml
@@ -138,7 +138,7 @@ target-version = [
138
]
139
140
[tool.bumpversion]
141
-current_version = "0.53.3-dev.17"
+current_version = "0.54.0-dev.0"
142
commit = true
143
commit_args = "--no-verify --signoff"
144
tag = false
src/xclim/__init__.py
@@ -13,7 +13,7 @@
13
14
__author__ = """Travis Logan"""
15
__email__ = "logan.travis@ouranos.ca"
16
-__version__ = "0.53.3-dev.17"
+__version__ = "0.54.0-dev.0"
17
18
19
with _resources.as_file(_resources.files("xclim.data")) as _module_data:
0 commit comments