Skip to content

Commit

Permalink
version: 13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Sep 17, 2023
1 parent 7c2004b commit ba51364
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,10 @@ A: The AI models are cached in `~/.cache/` (or `HUGGINGFACE_HUB_CACHE`). To dele

## ChangeLog

**13.2.0**
- fix: allow tile_mode to be set to True or False for backward compatibility
- fix: various pydantic issues have been resolved
- feature: switch to pydantic 2.3 (faster but was a pain to migrate)

**13.1.0**
- feature: *api server now has feature parity with the python API*. View the docs at http://127.0.0.1:8000/docs after running `aimg server`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_git_revision_hash() -> str:
name="imaginAIry",
author="Bryce Drennan",
# author_email="b r y p y d o t io",
version="13.1.0",
version="13.2.0",
description="AI imagined images. Pythonic generation of images.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ba51364

Please sign in to comment.