From 0f1f7b67e5c22a014c190aaede054069b4b53c1c Mon Sep 17 00:00:00 2001 From: "bumpversion[bot]" Date: Wed, 28 Jun 2023 21:33:38 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.44.2-beta=20=E2=86=92=200.4?= =?UTF-8?q?4.3-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 162c574ae..507b34c26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.44.2-beta +current_version = 0.44.3-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 51d7bd477..2de116e3d 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -11,7 +11,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.44.2-beta" +__version__ = "0.44.3-beta" # Load official locales