diff --git a/setup.py b/setup.py index 3b02570f..b7973fc4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name = 'dalle-pytorch', packages = find_packages(), include_package_data = True, - version = '0.10.0', + version = '0.10.1', license='MIT', description = 'DALL-E - Pytorch', author = 'Phil Wang',