From 5517f5eaecb32b927ae68fd17ef75e6832abd35a Mon Sep 17 00:00:00 2001 From: "bumpversion[bot]" Date: Fri, 6 Oct 2023 17:02:55 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.45.8-beta=20=E2=86=92=200.4?= =?UTF-8?q?5.9-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 71bd8f551..bc2d05e49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.45.8-beta +current_version = 0.45.9-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 c443114af..bd8fe710e 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -11,7 +11,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.45.8-beta" +__version__ = "0.45.9-beta" # Load official locales