From 99cbec1ce330cf067a3d9d0013959a138aae0533 Mon Sep 17 00:00:00 2001 From: Mikaela Grundin <9350337+zatine@users.noreply.github.com> Date: Mon, 6 May 2019 16:32:13 +0200 Subject: [PATCH] Release 2.8.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2cfbeaf0fb..49a1ae1d53 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def get_static_files(path): setup( name='luigi', - version='2.8.3', + version='2.8.4', description='Workflow mgmgt + task scheduling + dependency resolution', long_description=long_description, author='The Luigi Authors',