From 180ffbf42332aa49bbceb86de83a16018a19882e Mon Sep 17 00:00:00 2001 From: "bumpversion[bot]" Date: Wed, 20 Sep 2023 15:40:56 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.8=20=E2=86=92=200.1.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cruft.json | 2 +- setup.cfg | 16 ++++++++-------- setup.py | 2 +- tests/test_xhydro.py | 2 +- xhydro/__init__.py | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.cruft.json b/.cruft.json index 0a9bea11..e82bf567 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.8", + "version": "0.1.9", "use_pytest": "y", "use_black": "y", "add_pyup_badge": "n", diff --git a/setup.cfg b/setup.cfg index f6d78983..6ef2ab9e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.8 +current_version = 0.1.9 commit = True tag = True @@ -24,14 +24,14 @@ test = pytest [tool:pytest] collect_ignore = ['setup.py'] -addopts = - --color=yes +addopts = + --color=yes --verbose -filterwarnings = +filterwarnings = ignore::UserWarning [flake8] -exclude = +exclude = .git, docs, build, @@ -39,7 +39,7 @@ exclude = docs/conf.py, max-line-length = 88 max-complexity = 12 -ignore = +ignore = C901 E203 E231 @@ -49,9 +49,9 @@ ignore = F403 W503 W504 -per-file-ignores = +per-file-ignores = tests/*:E402 -rst-roles = +rst-roles = mod, py:attr, py:attribute, diff --git a/setup.py b/setup.py index a3d5c4d8..602d1601 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,6 @@ "dev": dev_requirements, }, url="https://github.com/hydrologie/xhydro", - version="0.1.8", + version="0.1.9", zip_safe=False, ) diff --git a/tests/test_xhydro.py b/tests/test_xhydro.py index d65cec51..ccf0d111 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.8"' in contents + assert '__version__ = "0.1.9"' in contents diff --git a/xhydro/__init__.py b/xhydro/__init__.py index ff447b7e..1f718d19 100644 --- a/xhydro/__init__.py +++ b/xhydro/__init__.py @@ -5,4 +5,4 @@ __author__ = """Thomas-Charles Fortier Filion""" __email__ = "tcff_hydro@outlook.com" -__version__ = "0.1.8" +__version__ = "0.1.9"