diff --git a/luigi/__meta__.py b/luigi/__meta__.py index fdff8814d2..01166d9064 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.2.1' +__version__ = '3.3.0' __status__ = 'Production'