diff --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -36,7 +36,7 @@ import celery if sys.version_info < (3, 6): raise Exception('Kallithea requires python 3.6 or later') -VERSION = (0, 7, 0) +VERSION = (0, 7, 99) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',