Skip to content

Commit

Permalink
Bump version: 0.52.3-dev.14 → 0.52.3-dev.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 17, 2024
1 parent 029d85c commit 3d0b1ba
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 @@ -135,7 +135,7 @@ target-version = [
]

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

__author__ = """Travis Logan"""
__email__ = "logan.travis@ouranos.ca"
__version__ = "0.52.3-dev.14"
__version__ = "0.52.3-dev.15"


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

0 comments on commit 3d0b1ba

Please sign in to comment.