v0.2.0, MinDalleTorch -> MinDalle, breaking change

This commit is contained in:
Brett Kuprel
2022-07-01 19:44:24 -04:00
parent 2080e596c3
commit 35e97768a5
10 changed files with 43 additions and 45 deletions
+4 -3
View File
@@ -3,9 +3,9 @@ import setuptools
setuptools.setup(
name='min-dalle',
description = 'min(DALL·E)',
version='0.1.4',
version='0.2.0',
author='Brett Kuprel',
author_email = 'brkuprel@gmail.com',
author_email='brkuprel@gmail.com',
packages=[
'min_dalle',
'min_dalle.models'
@@ -18,6 +18,7 @@ setuptools.setup(
keywords = [
'artificial intelligence',
'deep learning',
'text to image'
'text-to-image',
'pytorch'
]
)