diff --git a/pyproject.toml b/pyproject.toml index b0bc894a7..549670960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,7 +133,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.51.0" +current_version = "0.51.1-dev.0" commit = true commit_args = "--no-verify" tag = false diff --git a/xclim/__init__.py b/xclim/__init__.py index 907e2272d..6926a11f6 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -13,7 +13,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.51.0" +__version__ = "0.51.1-dev.0" with _resources.as_file(_resources.files("xclim.data")) as _module_data: