From be5e13cf1d3c3fc48a70ceb202dd8e0078976f8a Mon Sep 17 00:00:00 2001 From: Hongxin Liang Date: Fri, 24 Aug 2018 11:02:34 +0200 Subject: [PATCH] Version 2.7.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73d68e269a..d70f6fc963 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def get_static_files(path): setup( name='luigi', - version='2.7.6', + version='2.7.7', description='Workflow mgmgt + task scheduling + dependency resolution', long_description=long_description, author='The Luigi Authors',