From 6954716f4871b6de6d3035fe521a33cb65a2cb23 Mon Sep 17 00:00:00 2001 From: jmoore Date: Tue, 28 Jan 2020 17:05:35 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.2=20=E2=86=92=200.2.3.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 fbf8b12..b1779dd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3.dev0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index 04ea77f..6a30c90 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.2.2' +VERSION = '0.2.3.dev0' setup(name="omero-signup",