From 839ff56c85b354d7305244c7e3ba3bf9cfaf5518 Mon Sep 17 00:00:00 2001 From: Dillon Stadther Date: Thu, 5 Dec 2024 15:02:06 -0500 Subject: [PATCH] Version 3.6.0 --- luigi/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luigi/__meta__.py b/luigi/__meta__.py index f2e89bdc84..9cf515b200 100644 --- a/luigi/__meta__.py +++ b/luigi/__meta__.py @@ -7,5 +7,5 @@ __author__ = 'The Luigi Authors' __contact__ = 'https://github.com/spotify/luigi' __license__ = 'Apache License 2.0' -__version__ = '3.5.2' +__version__ = '3.6.0' __status__ = 'Production'