diff --git a/pyproject.toml b/pyproject.toml index 09e8acd90..9759553cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.52.3-dev.16" +current_version = "0.52.3-dev.17" commit = true commit_args = "--no-verify" tag = false diff --git a/xclim/__init__.py b/xclim/__init__.py index 6fb865b83..fa6ef105a 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -13,7 +13,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.52.3-dev.16" +__version__ = "0.52.3-dev.17" with _resources.as_file(_resources.files("xclim.data")) as _module_data: