From fa52a675328f96832e3b2de2f2cd4f18f9d245e0 Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Mon, 26 Oct 2015 18:33:47 +0100 Subject: [PATCH] Bumping version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fda8ee0..49936f5 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='sciluigi', - version='0.9.3b4', + version='0.9.4b5', description='Helper library for writing dynamic, flexible workflows in luigi', long_description=long_description, author='Samuel Lampa',