From bbe3f8473f5aa2d414e6864be587586628a7ea5f Mon Sep 17 00:00:00 2001 From: Bryce Date: Mon, 23 Jan 2023 06:24:15 -0800 Subject: [PATCH] version: 8.0.3 --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0bfb474..1dc83f0f 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - [Example Colab](https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjCOHzGVDgZkaTtO?usp=sharing) ## ChangeLog +**8.0.3** +- fix: use python 3.7 compatible lru_cache +- fix: use windows compatible filenames **8.0.2** - fix: hf_hub_download() got an unexpected keyword argument 'token' diff --git a/setup.py b/setup.py index ce8dccb0..13460b43 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name="imaginAIry", author="Bryce Drennan", # author_email="b r y p y d o t io", - version="8.0.2", + version="8.0.3", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",