From d90a7cc0436e551ba66d4cf7ea513e69e7ce15b5 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 7 Dec 2020 14:37:12 -0500 Subject: [PATCH] bumped version to 0.22.0-beta --- 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 c10960bc5..32678290f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.5-beta +current_version = 0.22.0-beta commit = False tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index bf499a669..334dc7610 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ AUTHOR = "Travis Logan" AUTHOR_EMAIL = "logan.travis@ouranos.ca" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.21.5-beta" +VERSION = "0.22.0-beta" LICENSE = "Apache Software License 2.0" with open("README.rst") as readme_file: diff --git a/xclim/__init__.py b/xclim/__init__.py index fbb7c4eea..336adabb0 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -6,4 +6,4 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.21.5-beta" +__version__ = "0.22.0-beta"