File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ Options:
71
71
### Whats New
72
72
[ See full Changelog here] ( ./docs/changelog.md )
73
73
74
+ ** 14.1.1**
75
+ - tests: add installation tests for windows, mac, and conda
76
+ - fix: dependency issues
77
+
74
78
** 14.1.0**
75
79
- 🎉 feature: make video generation smooth by adding frame interpolation
76
80
- feature: SDXL weights in the compvis format can now be used
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def get_git_revision_hash() -> str:
44
44
name = "imaginAIry" ,
45
45
author = "Bryce Drennan" ,
46
46
# author_email="b r y p y d o t io",
47
- version = "14.1.0 " ,
47
+ version = "14.1.1 " ,
48
48
description = "AI imagined images. Pythonic generation of images." ,
49
49
long_description = readme ,
50
50
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments