diff --git a/docs/source/conf.py b/docs/source/conf.py index 5593f27..9dd2111 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,7 +66,7 @@ # The short X.Y version. version = "" # The full version, including alpha/beta/rc tags. -release = "0.2.1" +release = "0.2.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 8d02864..6122afb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index cd8a175..a7a0ad4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ __contact__ = "ehbrecht@dkrz.de" __copyright__ = "Copyright 2018 United Kingdom Research and Innovation" __license__ = "BSD - see LICENSE file in top-level package directory" -__version__ = "0.2.1" +__version__ = "0.2.2" # One strategy for storing the overall version is to put it in the top-level # package's __init__ but Nb. __init__.py files are not needed to declare