diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 231d226f..16ad673c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.1 +current_version = 0.11.2.dev0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index 387acacd..239e8d6c 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -version = '0.11.1' +version = '0.11.2.dev0' url = "https://github.com/ome/omero-metadata/" setup(