From 4b4c755af4ccf8a5e709548d1f8415fab48a4867 Mon Sep 17 00:00:00 2001
From: pwalczysko
Date: Tue, 17 Dec 2024 15:34:23 +0000
Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.9.0=20=E2=86=92=205.9.1.dev?=
=?UTF-8?q?0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.bumpversion.cfg | 2 +-
docs/conf.py | 2 +-
setup.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index f34decc1..36626aee 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.9.0
+current_version = 5.9.1.dev0
commit = True
tag = True
sign_tags = True
diff --git a/docs/conf.py b/docs/conf.py
index e15bf07d..7933fe97 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -86,7 +86,7 @@ def compare(list1, list2):
# The full version, including alpha/beta/rc tags
# The short X.Y version.
-version = '5.9.0'
+version = '5.9.1.dev0'
release = version
diff --git a/setup.py b/setup.py
index 6ebb1b13..f4278ecb 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
-version = '5.9.0'
+version = '5.9.1.dev0'
url = "https://github.com/ome/omero-scripts/"
setup(