From 47db34647b6f140fd70128da20e806dc23b8c26d Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 15 Sep 2022 07:55:41 -0700 Subject: [PATCH] version 1.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf3c976..bf33914 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.3", + version="1.1.4", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",