From c72a0a2447ef9029706690d122c815bbdde79504 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sat, 21 Sep 2024 18:52:15 -0700 Subject: [PATCH] version: 15.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 606c9257..3ed913ac 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def get_git_revision_hash() -> str: name="imaginAIry", author="Bryce Drennan", # author_email="b r y p y d o t io", - version="14.3.0", + version="15.0.0", description="AI imagined images. Pythonic generation of images.", long_description=readme, long_description_content_type="text/markdown",