diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e3f2517..036a140 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.7 +current_version = 0.0.8 commit = True sign_tags = True tag = True diff --git a/setup.py b/setup.py index 4cc8dab..2b33952 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.7' +VERSION = '0.0.8' setup(name="omero-signup",