diff --git a/pyproject.toml b/pyproject.toml index 0e5de1f8c..da066981e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.47.5-dev.2" +current_version = "0.47.5-dev.3" commit = true commit_args = "--no-verify" tag = false @@ -149,6 +149,7 @@ values = [ "release" ] + [tool.codespell] skip = 'xclim/data/*.json,docs/_build,docs/notebooks/xclim_training/*.ipynb,docs/references.bib,__pycache__,*.nc,*.png,*.gz,*.whl' ignore-words-list = "absolue,astroid,bloc,bui,callendar,degreee,environnement,hanel,inferrable,lond,nam,nd,ressources,vas" diff --git a/xclim/__init__.py b/xclim/__init__.py index 8897ee8cf..59f2f7f17 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.2" +__version__ = "0.47.5-dev.3" _module_data = _files("xclim.data")