From 33f1e2aeec4a02fba588f9463bcd3d898d1b597c Mon Sep 17 00:00:00 2001 From: Bryce Date: Fri, 16 Sep 2022 08:20:29 -0700 Subject: [PATCH] version 1.2.0 - add url init images - don't install protobuf versions that are causing problems https://github.com/brycedrennan/imaginAIry/issues/7 https://github.com/protocolbuffers/protobuf/issues/10571 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27434d7..9d82748 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="imaginAIry", author="Bryce Drennan", # author_email="b r y p y d o t io", - version="1.1.4", + version="1.2.0", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",