From e3ba1ddbba5af3f757124b3827af21a9148a248f Mon Sep 17 00:00:00 2001 From: Hongxin Liang Date: Fri, 22 Nov 2019 15:28:59 +0100 Subject: [PATCH] Version 2.8.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c127b84c73..acf3f5e0dc 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def get_static_files(path): setup( name='luigi', - version='2.8.9', + version='2.8.10', description='Workflow mgmgt + task scheduling + dependency resolution', long_description=long_description, author='The Luigi Authors',