diff --git a/setup.py b/setup.py index 5988d3b..33a9629 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( 'dream = dalle2_pytorch.cli:dream' ], }, - version = '0.0.94', + version = '0.0.95', license='MIT', description = 'DALL-E 2', author = 'Phil Wang',