diff --git a/pyproject.toml b/pyproject.toml index 4d92ec760..631017ff5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.47.5-dev.7" +current_version = "0.47.5-dev.8" commit = true commit_args = "--no-verify" tag = false diff --git a/xclim/__init__.py b/xclim/__init__.py index 124572ffe..8f4ec7eef 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -15,7 +15,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.47.5-dev.7" +__version__ = "0.47.5-dev.8" _module_data = _files("xclim.data")