From d24bd1187391af93d406a4ce7be8384503a06b97 Mon Sep 17 00:00:00 2001 From: Natasha Lazarova Date: Tue, 11 Dec 2018 17:03:48 +0100 Subject: [PATCH] Version 2.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c015102b73..dbb5f60eed 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def get_static_files(path): setup( name='luigi', - version='2.8.0', + version='2.8.1', description='Workflow mgmgt + task scheduling + dependency resolution', long_description=long_description, author='The Luigi Authors',