From a39188247f42ce511e7a5e3c2e6ff5a4a2762489 Mon Sep 17 00:00:00 2001 From: Michael Ortali Date: Tue, 20 Oct 2015 17:07:19 -0400 Subject: [PATCH] Update setup.py New feature: * Provide the execution input to the decider: this allows to use it before any activity has even been scheduled. #69 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9592f0a..df89f4a 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='Garcon', - version='0.2.3', + version='0.3.0', url='https://github.com/xethorn/garcon/', author='Michael Ortali', author_email='hello@xethorn.net',