From 4f40cd5e8c6e37961b70f016477a9a7368338f88 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Tue, 7 Feb 2017 21:06:22 +0100 Subject: Bump version Signed-off-by: Michael Buesch --- libtoprammer/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtoprammer/main.py') diff --git a/libtoprammer/main.py b/libtoprammer/main.py index bff19f1..8c8fd95 100644 --- a/libtoprammer/main.py +++ b/libtoprammer/main.py @@ -1,7 +1,7 @@ """ # TOP2049 Open Source programming suite # -# Copyright (c) 2009-2015 Michael Buesch +# Copyright (c) 2009-2017 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ if __pymajor < 2 or (__pymajor == 2 and __pyminor < 6): # TOPrammer version stamp VERSION_MAJOR = 0 -VERSION_MINOR = 16 +VERSION_MINOR = 17 VERSION = "%d.%d" % (VERSION_MAJOR, VERSION_MINOR) -- cgit v1.2.3