diff --git a/pyproject.toml b/pyproject.toml index 20ea95e52..ce2618d3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.48.3-dev.5" +current_version = "0.48.3-dev.6" commit = true commit_args = "--no-verify" tag = false diff --git a/xclim/__init__.py b/xclim/__init__.py index ccc4ad28f..e33337d19 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -16,7 +16,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.48.3-dev.5" +__version__ = "0.48.3-dev.6" _module_data = _files("xclim.data")