Skip to content

Commit fbb16f6

Browse files
committed
version: 14.1.1
1 parent 279dc28 commit fbb16f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ Options:
7171
### Whats New
7272
[See full Changelog here](./docs/changelog.md)
7373

74+
**14.1.1**
75+
- tests: add installation tests for windows, mac, and conda
76+
- fix: dependency issues
77+
7478
**14.1.0**
7579
- 🎉 feature: make video generation smooth by adding frame interpolation
7680
- feature: SDXL weights in the compvis format can now be used

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_git_revision_hash() -> str:
4444
name="imaginAIry",
4545
author="Bryce Drennan",
4646
# author_email="b r y p y d o t io",
47-
version="14.1.0",
47+
version="14.1.1",
4848
description="AI imagined images. Pythonic generation of images.",
4949
long_description=readme,
5050
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)