diff --git a/setup.cfg b/setup.cfg index 77d995c6a..44b49c54c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.38.12-beta +current_version = 0.38.13-beta commit = True tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index 1836bcdcc..917fd4c2a 100755 --- 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.38.12-beta" +VERSION = "0.38.13-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 8883d46e6..7762e884f 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -11,7 +11,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.38.12-beta" +__version__ = "0.38.13-beta" # Load official locales