From 4fb857a0c2854a13cfb55aded83bbf0f75378fc0 Mon Sep 17 00:00:00 2001 From: Dillon Stadther Date: Thu, 5 Oct 2017 07:39:15 -0400 Subject: [PATCH] Version 2.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb74473927..999eb17592 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_static_files(path): setup( name='luigi', - version='2.7.0', + version='2.7.1', description='Workflow mgmgt + task scheduling + dependency resolution', long_description=long_description, author='The Luigi Authors',