From fbb16f6c62a91737b32f685b23d2a7b647a3ca93 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 18 Jan 2024 06:49:17 -0800 Subject: [PATCH] version: 14.1.1 --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6355c75..85f9523 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ Options: ### Whats New [See full Changelog here](./docs/changelog.md) +**14.1.1** +- tests: add installation tests for windows, mac, and conda +- fix: dependency issues + **14.1.0** - 🎉 feature: make video generation smooth by adding frame interpolation - feature: SDXL weights in the compvis format can now be used diff --git a/setup.py b/setup.py index a9193f9..38aa852 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="14.1.0", + version="14.1.1", description="AI imagined images. Pythonic generation of images.", long_description=readme, long_description_content_type="text/markdown",