From 2afb1d478ea55210e2cdec7d973157c30776e396 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:59:06 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.0=20=E2=86=92=200.14.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clisops/__version__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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