From 275b085bb2250bf05e53365e16d1c284a834be20 Mon Sep 17 00:00:00 2001 From: "bumpversion[bot]" Date: Wed, 18 Oct 2023 18:28:32 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.45.17-beta=20=E2=86=92=200.?= =?UTF-8?q?45.18-beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- xclim/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 83508058a..3ff4ff4ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.45.17-beta +current_version = 0.45.18-beta commit = True tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/xclim/__init__.py b/xclim/__init__.py index 10d784dc6..f0fc9f85c 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -14,7 +14,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.45.17-beta" +__version__ = "0.45.18-beta" _module_data = _files("xclim.data")