From 646bbe45808a066539b22baac71b22ef82e49ca0 Mon Sep 17 00:00:00 2001 From: Trevor James Smith Date: Thu, 23 Apr 2020 13:28:11 -0400 Subject: [PATCH] bumped version to 0.16.0 --- 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 2c3161bc9..2007d2527 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.0-beta +current_version = 0.16.0 commit = False tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 238f97fa7..b5ad0f74d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ AUTHOR = "Travis Logan" AUTHOR_EMAIL = "logan.travis@ouranos.ca" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.16.0-beta" +VERSION = "0.16.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 b599cd93d..4cd4c2c11 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -8,4 +8,4 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.16.0-beta" +__version__ = "0.16.0"