From 134c31b9b8b679eb14a7677e70cbc852ba88e160 Mon Sep 17 00:00:00 2001 From: "bumpversion[bot]" Date: Wed, 14 Dec 2022 18:17:56 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.11-beta=20=E2=86=92=200.4?= =?UTF-8?q?.12-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 +- xscen/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cruft.json b/.cruft.json index ad6e10af..1d0edcfb 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.4.11-beta", + "version": "0.4.12-beta", "use_pytest": "y", "use_black": "y", "use_pypi_deployment_with_travis": "n", diff --git a/setup.cfg b/setup.cfg index 1632e06f..ebe2bd0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.11-beta +current_version = 0.4.12-beta commit = True tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index a40f6b4e..b89518b2 100644 --- a/setup.py +++ b/setup.py @@ -79,6 +79,6 @@ test_suite="tests", tests_require=["pytest", "pytest-cov"], url="https://github.com/Ouranosinc/xscen", - version="0.4.11-beta", + version="0.4.12-beta", zip_safe=False, ) diff --git a/xscen/__init__.py b/xscen/__init__.py index f42d6e98..a95c6c86 100644 --- a/xscen/__init__.py +++ b/xscen/__init__.py @@ -41,7 +41,7 @@ __author__ = """Gabriel Rondeau-Genesse""" __email__ = "rondeau-genesse.gabriel@ouranos.ca" -__version__ = "0.4.11-beta" +__version__ = "0.4.12-beta" # monkeypatch so that warnings.warn() doesn't mention itself