From f4f7e5c73c0806b276f9ff611357cee611bf4054 Mon Sep 17 00:00:00 2001 From: Cedric Leroy Date: Fri, 23 Mar 2018 08:25:04 -0500 Subject: [PATCH] v0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8cb4330..f1515e8 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='pyungo', - version='0.3.0', + version='0.4.0', description='Function dependencies resolution and execution', long_description=README, url='https://github.com/cedricleroy/pyungo',