diff --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -29,7 +29,7 @@ Original author and date, and relevant c import sys import platform -VERSION = (0, 3, 1) +VERSION = (0, 3, 2) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',