From 2791917fc894339e52302052e03f346401a0b062 Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 27 Sep 2022 17:19:54 -0700 Subject: [PATCH] version: 2.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25c7e7e..eaca0c4 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="2.0.1", + version="2.0.2", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",