version: 12.0.0

This commit is contained in:
Bryce 2023-05-05 02:59:53 -07:00
parent c9fccc1757
commit 17f3541d57
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ from imaginairy.cli.shared import (
"shuffle", "shuffle",
"edit", "edit",
"inpaint", "inpaint",
"tile", "details",
] ]
), ),
help="how the control image is used as signal", help="how the control image is used as signal",

View File

@ -37,8 +37,8 @@ setup(
name="imaginAIry", name="imaginAIry",
author="Bryce Drennan", author="Bryce Drennan",
# author_email="b r y p y d o t io", # author_email="b r y p y d o t io",
version="11.1.1", version="12.0.0",
description="AI imagined images. Pythonic generation of stable diffusion images.", description="AI imagined images. Pythonic generation of images.",
long_description=readme, long_description=readme,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
project_urls={ project_urls={