From 207bd6741543ce2b89040214e9c447b23d34bff3 Mon Sep 17 00:00:00 2001 From: "bumpversion[bot]" Date: Thu, 18 Apr 2024 17:33:18 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.48.3-dev.6=20=E2=86=92=200.?= =?UTF-8?q?48.3-dev.7?= 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 7ad9704c3..eab2a7b66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.48.3-dev.6" +current_version = "0.48.3-dev.7" commit = true commit_args = "--no-verify" tag = false diff --git a/xclim/__init__.py b/xclim/__init__.py index e33337d19..9db528159 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -16,7 +16,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.48.3-dev.6" +__version__ = "0.48.3-dev.7" _module_data = _files("xclim.data")