From ed23c7e1caafe4cbb391936dc47821d4001f1215 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 22 Nov 2023 18:19:54 -0800 Subject: [PATCH] version: 14.0.0b1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d11af82..e14cf42 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( name="imaginAIry", author="Bryce Drennan", # author_email="b r y p y d o t io", - version="13.2.1", + version="14.0.0b1", description="AI imagined images. Pythonic generation of images.", long_description=readme, long_description_content_type="text/markdown",