From 3cafd155bbc35918cfce442f9cef445eaa97f13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20G=C3=B3mez?= Date: Mon, 20 May 2024 10:18:49 +0200 Subject: [PATCH] Version 3.5.1 (#3291) --- luigi/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luigi/__meta__.py b/luigi/__meta__.py index 39c6ffc1f7..b9bf1e3ac0 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.0' +__version__ = '3.5.1' __status__ = 'Production'