From 92792c111b4da2b5e8432e0392c342efea2b7138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Kol=C3=A1=C5=99?= Date: Tue, 28 Nov 2017 00:45:17 +0100 Subject: [PATCH] Release 1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c2a901..d02d85c 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def setup(): core.setup( name='IFJcode17-toolkit', - version='1.3.10', + version='1.4', license='GNU GENERAL PUBLIC LICENSE Version 3', description='Toolkit for IFJ17 language compiler (as project at FIT BUT in Brno) with ' 'interactive debugger and automatic tests.',