From 2c7c85e3137017635d8f318975de806bafe84835 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Tue, 16 Oct 2012 21:50:14 +0200 Subject: Bump version Signed-off-by: Michael Buesch --- libtoprammer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtoprammer/main.py') diff --git a/libtoprammer/main.py b/libtoprammer/main.py index 689738a..54a72e1 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 = 9 +VERSION_MINOR = 10 VERSION = "%d.%d" % (VERSION_MAJOR, VERSION_MINOR) -- cgit v1.2.3