diff --git a/.cruft.json b/.cruft.json index a813754a..338cb976 100644 --- a/.cruft.json +++ b/.cruft.json @@ -11,7 +11,7 @@ "project_slug": "xhydro", "project_short_description": "Hydrological analysis library built with xarray.", "pypi_username": "TC-FF", - "version": "0.2.7", + "version": "0.2.8", "use_pytest": "y", "use_black": "y", "use_conda": "y", diff --git a/pyproject.toml b/pyproject.toml index 20d8e756..2c41e026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.2.7" +current_version = "0.2.8" commit = true tag = false tag_name = "{new_version}" diff --git a/tests/test_xhydro.py b/tests/test_xhydro.py index abbfae11..972967d8 100644 --- a/tests/test_xhydro.py +++ b/tests/test_xhydro.py @@ -36,4 +36,4 @@ def test_package_metadata(): contents = f.read() assert """Thomas-Charles Fortier Filion""" in contents assert '__email__ = "tcff_hydro@outlook.com"' in contents - assert '__version__ = "0.2.7"' in contents + assert '__version__ = "0.2.8"' in contents diff --git a/xhydro/__init__.py b/xhydro/__init__.py index 8af0a3e6..62f2b2cb 100644 --- a/xhydro/__init__.py +++ b/xhydro/__init__.py @@ -6,4 +6,4 @@ __author__ = """Thomas-Charles Fortier Filion""" __email__ = "tcff_hydro@outlook.com" -__version__ = "0.2.7" +__version__ = "0.2.8"