diff --git a/pyproject.toml b/pyproject.toml index 717bc32fe..42f942171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.54.1-dev.10" +current_version = "0.54.1-dev.11" commit = true commit_args = "--no-verify --signoff" tag = false diff --git a/src/xclim/__init__.py b/src/xclim/__init__.py index 589aecd12..a635b16ee 100644 --- a/src/xclim/__init__.py +++ b/src/xclim/__init__.py @@ -13,7 +13,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.54.1-dev.10" +__version__ = "0.54.1-dev.11" with _resources.as_file(_resources.files("xclim.data")) as _module_data: