From b8f6af3c94a27a4c01adb0bee4245d330b3c9f27 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Mon, 17 Jun 2013 22:59:30 +0200 Subject: Bump version Signed-off-by: Michael Buesch --- libtoprammer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtoprammer/main.py b/libtoprammer/main.py index 6fc4e9d..e55b19a 100644 --- a/libtoprammer/main.py +++ b/libtoprammer/main.py @@ -28,7 +28,7 @@ if __pymajor < 2 or (__pymajor == 2 and __pyminor < 6): # TOPrammer version stamp VERSION_MAJOR = 0 -VERSION_MINOR = 11 +VERSION_MINOR = 12 VERSION = "%d.%d" % (VERSION_MAJOR, VERSION_MINOR) -- cgit v1.2.3