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",