From 100c4212809b63f8deaa7aa6699f035d1ac2cd62 Mon Sep 17 00:00:00 2001 From: Babis Kiosidis Date: Thu, 23 Jul 2020 10:56:40 +0300 Subject: [PATCH] Version 3.0.1 --- luigi/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luigi/__meta__.py b/luigi/__meta__.py index bdcf1d1d5e..5982b06e99 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.0.0' +__version__ = '3.0.1' __status__ = 'Production'