From c8610dba25f39870a09fa5401c735fb3be85a319 Mon Sep 17 00:00:00 2001 From: William Moore Date: Tue, 24 Oct 2023 13:56:20 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.3=20=E2=86=92=200.3.4.dev?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6a1a68f..cca87ad 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.4.dev0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index cd6d9fa..8e24f9e 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -VERSION = '0.3.3' +VERSION = '0.3.4.dev0' setup(name="omero-signup",