From 43eb766de84f3914ba7e03b7583e7ee5051b6b6e Mon Sep 17 00:00:00 2001 From: Rafael Raposo Date: Thu, 18 Aug 2022 08:29:22 +0200 Subject: [PATCH] Version 3.1.1 --- luigi/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luigi/__meta__.py b/luigi/__meta__.py index 1c5e8c8ce2..0b1f3dfe7e 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.1.0' +__version__ = '3.1.1' __status__ = 'Production'