Skip to content

Commit

Permalink
Bump version: 0.54.1-dev.10 → 0.54.1-dev.11
Browse files Browse the repository at this point in the history
Signed-off-by: Ouranos Helper Bot <[email protected]>
  • Loading branch information
Zeitsperre committed Feb 11, 2025
1 parent f08b13e commit 2a44a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.54.1-dev.10"
current_version = "0.54.1-dev.11"
commit = true
commit_args = "--no-verify --signoff"
tag = false
Expand Down
2 changes: 1 addition & 1 deletion src/xclim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__author__ = """Travis Logan"""
__email__ = "[email protected]"
__version__ = "0.54.1-dev.10"
__version__ = "0.54.1-dev.11"


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

0 comments on commit 2a44a74

Please sign in to comment.