diff --git a/setup.cfg b/setup.cfg index 61d3595ed..61d5926df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.0-beta +current_version = 0.15.0 commit = False tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 24751c0b0..382e2a9b1 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.15.0-beta" +VERSION = "0.15.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 a28d90e85..1f2fb30f0 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -8,4 +8,4 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.15.0-beta" +__version__ = "0.15.0"