diff --git a/setup.cfg b/setup.cfg index 32678290f..47781ea29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.0-beta +current_version = 0.22.0 commit = False tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 334dc7610..860699e39 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.22.0-beta" +VERSION = "0.22.0" LICENSE = "Apache Software License 2.0" with open("README.rst") as readme_file: diff --git a/xclim/__init__.py b/xclim/__init__.py index 336adabb0..5735f8a60 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -6,4 +6,4 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.22.0-beta" +__version__ = "0.22.0"