diff --git a/clisops/__version__.py b/clisops/__version__.py index 9ac31bd7..ae13d03c 100644 --- a/clisops/__version__.py +++ b/clisops/__version__.py @@ -6,4 +6,4 @@ __copyright__ = "Copyright 2018 United Kingdom Research and Innovation" __email__ = "eleanor.smith@stfc.ac.uk" __license__ = "BSD" -__version__ = "0.14.0" +__version__ = "0.14.1" diff --git a/docs/conf.py b/docs/conf.py index e77715f0..08d8a172 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,7 +82,7 @@ # the built documents. # # The short X.Y version. -version = "0.14.0" +version = "0.14.1" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 6bf2192c..b19cf84f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.14.0" +current_version = "0.14.1" commit = true tag = false allow_dirty = false