diff --git a/pyproject.toml b/pyproject.toml index a5bedb7f7..43721cfa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/xclim/__init__.py b/xclim/__init__.py index 37e47c8c2..35aa91351 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -16,7 +16,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.47.5-dev.17" +__version__ = "0.47.5-dev.18" _module_data = _files("xclim.data")