diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e2cc8b42..ee1374ac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.10.1.dev0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index cca3da86..745aee7d 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.10.0' +version = '0.10.1.dev0' url = "https://github.com/ome/omero-metadata/" setup(