Skip to content

Commit

Permalink
Bump version: 0.47.5-dev.17 → 0.47.5-dev.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpversion[bot] committed Feb 16, 2024
1 parent d1741bd commit e096bbf
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 @@ -124,7 +124,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.47.5-dev.17"
current_version = "0.47.5-dev.18"
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 @@ -16,7 +16,7 @@

__author__ = """Travis Logan"""
__email__ = "[email protected]"
__version__ = "0.47.5-dev.17"
__version__ = "0.47.5-dev.18"


_module_data = _files("xclim.data")
Expand Down

0 comments on commit e096bbf

Please sign in to comment.