diff --git a/setup.py b/setup.py index e0844f0..2442f0c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( 'dream = dalle2_pytorch.cli:dream' ], }, - version = '0.0.17', + version = '0.0.18', license='MIT', description = 'DALL-E 2', author = 'Phil Wang',