From 66fb98a757d70eededfb8c713d446cefcc2f5e6f Mon Sep 17 00:00:00 2001 From: kikocorreoso Date: Mon, 11 Sep 2017 14:01:36 +0200 Subject: [PATCH] added version for new release --- tutormagic.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutormagic.py b/tutormagic.py index 18e8f74..bcd3a0c 100644 --- a/tutormagic.py +++ b/tutormagic.py @@ -16,8 +16,10 @@ """ +__version__="0.3.0" + #----------------------------------------------------------------------------- -# Copyright (C) 2015 Kiko Correoso and the pythontutor.com developers +# Copyright (C) 2015-2017 Kiko Correoso and the pythontutor.com developers # # Distributed under the terms of the MIT License. The full license is in # the file LICENSE, distributed as part of this software.