diff --git a/setup.py b/setup.py index 7cd4afc..948a1b6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( 'dream = dalle2_pytorch.cli:dream' ], }, - version = '0.5.2', + version = '0.5.3', license='MIT', description = 'DALL-E 2', author = 'Phil Wang',