diff --git a/setup.py b/setup.py index 2156d2e..8165b26 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( 'dream = dalle2_pytorch.cli:dream' ], }, - version = '0.5.6', + version = '0.5.7', license='MIT', description = 'DALL-E 2', author = 'Phil Wang',