From e30b2f4a081e2c5c9562bfb94a1b88df1226c4c8 Mon Sep 17 00:00:00 2001 From: "bumpversion[bot]" Date: Mon, 15 Jan 2024 15:50:16 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.47.5-dev.5=20=E2=86=92=200.?= =?UTF-8?q?47.5-dev.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- xclim/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 80b389761..75545c2d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.47.5-dev.5" +current_version = "0.47.5-dev.6" commit = true commit_args = "--no-verify" tag = false diff --git a/xclim/__init__.py b/xclim/__init__.py index 48e374e0d..0f6130773 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -15,7 +15,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.47.5-dev.5" +__version__ = "0.47.5-dev.6" _module_data = _files("xclim.data")