diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5261da024..0bb491170 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.8.1 +current_version = 5.8.2.dev0 commit = True tag = True sign_tags = True diff --git a/docs/conf.py b/docs/conf.py index 111a2e10f..5ed8c28f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,7 +86,7 @@ def compare(list1, list2): # The full version, including alpha/beta/rc tags # The short X.Y version. -version = '5.8.1' +version = '5.8.2.dev0' release = version diff --git a/setup.py b/setup.py index 80d60fa5f..147257ccc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -version = '5.8.1' +version = '5.8.2.dev0' url = "https://github.com/ome/omero-scripts/" setup(