diff --git a/README.md b/README.md index 6eee920..d0bfb47 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,12 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog +**8.0.2** +- fix: hf_hub_download() got an unexpected keyword argument 'token' + +**8.0.1** +- fix: spelling mistake of "surprise" + **8.0.0** - feature: 🎉 edit images with instructions alone! - feature: when editing an image add `--gif` to create a comparision gif diff --git a/setup.py b/setup.py index 60bd655..ce8dccb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="imaginAIry", author="Bryce Drennan", # author_email="b r y p y d o t io", - version="8.0.1", + version="8.0.2", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",