From 64a0e0bb5083b2f0d398a49dfdbcfd35024a3ff6 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sat, 12 Nov 2022 21:15:02 -0800 Subject: [PATCH] version: 5.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45a6bc9..a4821dd 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="4.1.0", + version="5.0.0", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",