From b1764402eae5d71f27aff7a887ba1a282d87ce69 Mon Sep 17 00:00:00 2001 From: "bumpversion[bot]" Date: Mon, 11 Dec 2023 20:03:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cruft.json | 2 +- pyproject.toml | 2 +- tests/test_xhydro.py | 2 +- xhydro/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cruft.json b/.cruft.json index 92b85554..daa0d5d4 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.3.0", + "version": "0.3.1", "use_pytest": "y", "use_black": "y", "use_conda": "y", diff --git a/pyproject.toml b/pyproject.toml index 7cf14e46..b474e9fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.3.0" +current_version = "0.3.1" commit = true tag = false tag_name = "v{new_version}" diff --git a/tests/test_xhydro.py b/tests/test_xhydro.py index d3daedf4..d1904561 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.3.0"' in contents + assert '__version__ = "0.3.1"' in contents diff --git a/xhydro/__init__.py b/xhydro/__init__.py index 74373d0f..82ca67c4 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.3.0" +__version__ = "0.3.1"