version: 13.0.1

pull/340/head 13.0.1
Bryce 1 year ago
parent 8ffb0fac0e
commit 9e7a1db2c8

@ -491,6 +491,7 @@ A: The AI models are cached in `~/.cache/` (or `HUGGINGFACE_HUB_CACHE`). To dele
## ChangeLog
**13.0.1**
- feature: show full stack trace when there is an api error
- fix: make lack of support for python 3.11 explicit
- fix: add some routes to match StableStudio routes

@ -44,7 +44,7 @@ setup(
name="imaginAIry",
author="Bryce Drennan",
# author_email="b r y p y d o t io",
version="13.0.0",
version="13.0.1",
description="AI imagined images. Pythonic generation of images.",
long_description=readme,
long_description_content_type="text/markdown",

Loading…
Cancel
Save