From 7039757e0793b4ac9317c6f34c334754b92f647d Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:07:23 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.50.0-dev.0=20=E2=86=92=200.?= =?UTF-8?q?50.0?= 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 12b1b6540..eaa750164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.50.0-dev.0" +current_version = "0.50.0" commit = true commit_args = "--no-verify" tag = false diff --git a/xclim/__init__.py b/xclim/__init__.py index 1d31f3685..c36d17c15 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -13,7 +13,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.50.0-dev.0" +__version__ = "0.50.0" with _resources.as_file(_resources.files("xclim.data")) as _module_data: