From 96bdade022e2c9ce60bd9dc7f4b98f813a07c6ac Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Sat, 7 Jan 2023 23:30:28 +0100 Subject: [PATCH] Bump release to 0.10.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8240368..ecba036 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='sciluigi', - version='0.10.0', + version='0.10.1', description='Helper library for writing dynamic, flexible workflows in luigi', long_description=long_description, author='Samuel Lampa',