diff --git a/setup.cfg b/setup.cfg index 3303f4383..07b9fbad5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.40.1-beta +current_version = 0.40.0 commit = True tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 49d5d03bc..52264605b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ AUTHOR = "Travis Logan" AUTHOR_EMAIL = "logan.travis@ouranos.ca" REQUIRES_PYTHON = ">=3.8.0" -VERSION = "0.40.1-beta" +VERSION = "0.40.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 e2640af48..5d558f77a 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -11,7 +11,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.40.1-beta" +__version__ = "0.40.0" # Load official locales