From 190c82a37b614fa40c58cf36b24c753aa23e79bf Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sun, 19 Jul 2020 13:30:33 +0200 Subject: Bump version Signed-off-by: Michael Buesch --- libtoprammer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtoprammer') diff --git a/libtoprammer/main.py b/libtoprammer/main.py index bea80e4..ad4d665 100644 --- a/libtoprammer/main.py +++ b/libtoprammer/main.py @@ -25,7 +25,7 @@ if sys.version_info[0] < 3: # TOPrammer version stamp VERSION_MAJOR = 0 -VERSION_MINOR = 17 +VERSION_MINOR = 18 VERSION = "%d.%d" % (VERSION_MAJOR, VERSION_MINOR) -- cgit v1.2.3