From 5515a153f3c59fb1e8cc62293a915f1aa6af1e45 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Fri, 1 Oct 2021 14:10:17 -0400 Subject: [PATCH] bump version to 0.30.1 --- setup.cfg | 2 +- setup.py | 2 +- xclim/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 11f7f8303..095b5fe47 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.30.1-beta +current_version = 0.30.1 commit = False tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index d4ef91807..d11381199 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ AUTHOR = "Travis Logan" AUTHOR_EMAIL = "logan.travis@ouranos.ca" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "0.30.1-beta" +VERSION = "0.30.1" LICENSE = "Apache Software License 2.0" with open("README.rst") as readme_file: diff --git a/xclim/__init__.py b/xclim/__init__.py index 4623d7ae8..7ba748c27 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -10,7 +10,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.30.1-beta" +__version__ = "0.30.1" # Load official locales