diff --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -31,7 +31,7 @@ import platform import sys -VERSION = (0, 5, 0) +VERSION = (0, 5, 1) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',