From ecda8a4148c64ad07189440e66909a517fb5bd22 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:25:57 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0=20=E2=86=92=200.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clisops/__version__.py | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clisops/__version__.py b/clisops/__version__.py index 945fded4..465f669e 100644 --- a/clisops/__version__.py +++ b/clisops/__version__.py @@ -4,4 +4,4 @@ __author__ = "Elle Smith" __email__ = "eleanor.smith@stfc.ac.uk" -__version__ = "0.10.0" +__version__ = "0.10.1" diff --git a/docs/conf.py b/docs/conf.py index 35668fcd..63261449 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,7 +82,7 @@ # the built documents. # # The short X.Y version. -version = "0.10.0" +version = "0.10.1" # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index 9231c14a..8ae4230c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.10.1 commit = True tag = True