From 8bf8b9fae5ffbc480a38f9239e1bd5425ea5152f Mon Sep 17 00:00:00 2001 From: William Moore Date: Fri, 29 Sep 2023 10:08:52 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.7.3=20=E2=86=92=205.7.4.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 34b290653..eb58be907 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.7.3 +current_version = 5.7.4.dev0 commit = True tag = True sign_tags = True diff --git a/docs/conf.py b/docs/conf.py index 5c624b219..51a6dbf32 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.7.3' +version = '5.7.4.dev0' release = version diff --git a/setup.py b/setup.py index a0501cadf..c30d7fd52 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -version = '5.7.3' +version = '5.7.4.dev0' url = "https://github.com/ome/omero-scripts/" setup(