From d2d261a079a067187dbda6dda2df492c4c66c636 Mon Sep 17 00:00:00 2001 From: "bumpversion[bot]" Date: Fri, 8 Sep 2023 20:44:31 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.2-beta=20=E2=86=92=200.7.?= =?UTF-8?q?3-beta?= 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_xscen.py | 2 +- xscen/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cruft.json b/.cruft.json index 1d946003..284539c6 100644 --- a/.cruft.json +++ b/.cruft.json @@ -11,7 +11,7 @@ "project_slug": "xscen", "project_short_description": "A climate change scenario-building analysis framework, built with xclim/xarray.", "pypi_username": "RondeauG", - "version": "0.7.2-beta", + "version": "0.7.3-beta", "use_pytest": "y", "use_black": "y", "add_pyup_badge": "n", diff --git a/setup.cfg b/setup.cfg index 72fd8622..bcc85918 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.2-beta +current_version = 0.7.3-beta commit = True tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 1e27dd07..63b74338 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,6 @@ test_suite="tests", tests_require=["pytest", "pytest-cov"], url="https://github.com/Ouranosinc/xscen", - version="0.7.2-beta", + version="0.7.3-beta", zip_safe=False, ) diff --git a/tests/test_xscen.py b/tests/test_xscen.py index 47bbd39f..3a78c2a3 100644 --- a/tests/test_xscen.py +++ b/tests/test_xscen.py @@ -28,4 +28,4 @@ def test_package_metadata(self): contents = f.read() assert """Gabriel Rondeau-Genesse""" in contents assert '__email__ = "rondeau-genesse.gabriel@ouranos.ca"' in contents - assert '__version__ = "0.7.2-beta"' in contents + assert '__version__ = "0.7.3-beta"' in contents diff --git a/xscen/__init__.py b/xscen/__init__.py index ac8e429f..303ffa77 100644 --- a/xscen/__init__.py +++ b/xscen/__init__.py @@ -51,7 +51,7 @@ __author__ = """Gabriel Rondeau-Genesse""" __email__ = "rondeau-genesse.gabriel@ouranos.ca" -__version__ = "0.7.2-beta" +__version__ = "0.7.3-beta" # monkeypatch so that warnings.warn() doesn't mention itself