From 2ff7fbdb26eb8e758693702d8515a15e39cb2829 Mon Sep 17 00:00:00 2001 From: "bumpversion[bot]" Date: Wed, 13 Sep 2023 20:55:43 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.7=20=E2=86=92=200.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cruft.json | 2 +- setup.cfg | 2 +- setup.py | 2 +- tests/test_xhydro.py | 2 +- xhydro/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cruft.json b/.cruft.json index 96dcb5c5..0a9bea11 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.1.7", + "version": "0.1.8", "use_pytest": "y", "use_black": "y", "add_pyup_badge": "n", diff --git a/setup.cfg b/setup.cfg index f9650495..c758f53d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.7 +current_version = 0.1.8 commit = True tag = True diff --git a/setup.py b/setup.py index 105be109..1e9094e6 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ "dev": dev_requirements, }, url="https://github.com/TC-FF/xhydro", - version="0.1.7", + version="0.1.8", zip_safe=False, ) diff --git a/tests/test_xhydro.py b/tests/test_xhydro.py index 26222a22..56142ab6 100644 --- a/tests/test_xhydro.py +++ b/tests/test_xhydro.py @@ -38,4 +38,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.1.7"' in contents + assert '__version__ = "0.1.8"' in contents diff --git a/xhydro/__init__.py b/xhydro/__init__.py index d5ff0b94..29bb935f 100644 --- a/xhydro/__init__.py +++ b/xhydro/__init__.py @@ -2,4 +2,4 @@ __author__ = """Thomas-Charles Fortier Filion""" __email__ = "tcff_hydro@outlook.com" -__version__ = "0.1.7" +__version__ = "0.1.8"