From 8791e15bece52f1d402a446332abfe13ca7ff46c Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 26 Jan 2023 21:50:38 -0800 Subject: [PATCH] version: 8.2.0 --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 547559f..68bf47c 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog +**8.2.0** - feature: added `aimg system-info` command to help debug issues **8.1.0** diff --git a/setup.py b/setup.py index be4c6b2..ee7f23d 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.1.0", + version="8.2.0", description="AI imagined images. Pythonic generation of stable diffusion images.", long_description=readme, long_description_content_type="text/markdown",