From a1a84f05ba527c7a35eb302b0c67a1821d338595 Mon Sep 17 00:00:00 2001 From: Fredrik Kuivinen Date: Fri, 1 Jul 2005 22:35:23 +0200 Subject: [PATCH] We are hopefully soon at v0.1 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7c35b6a..b0dd042 100755 --- a/main.py +++ b/main.py @@ -32,7 +32,7 @@ qconnect = qt.QObject.connect Qt = qt.Qt applicationName = 'Git Commit Tool' shortName = 'gct' -version = 'v0.1-pre' +version = 'v0.1' DEBUG = 0 def debug(str): -- 2.11.4.GIT