changeset 4495:d17e88a1a88a 0.1

kallithea: 0.1
author Mads Kiilerich <madski@unity3d.com>
date Thu, 21 Aug 2014 23:48:50 +0200
parents 231160230379
children 2bad6b32b76c
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Thu Aug 21 23:46:55 2014 +0200
+++ b/kallithea/__init__.py	Thu Aug 21 23:48:50 2014 +0200
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 0)
+VERSION = (0, 1)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',