From 04e50a01524a295ac7e0e1605e286b7a2220c9c8 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 24 Jun 2019 17:03:04 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.6=20=E2=86=92=200.0.7?= 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 fdae8a7..e3f2517 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.6 +current_version = 0.0.7 commit = True sign_tags = True tag = True diff --git a/setup.py b/setup.py index b54348e..4cc8dab 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.0.6' +VERSION = '0.0.7' setup(name="omero-signup",