diff --git a/HISTORY.md b/HISTORY.md index 41c3680..caf1d03 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.29.1 + +* fix mclip in clip back + ## 2.29.0 * add violence detector to clip back diff --git a/setup.py b/setup.py index 4f8638f..4e6ae84 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def _read_reqs(relpath): packages=find_packages(), package_data={"": extra_files}, include_package_data=True, - version="2.29.0", + version="2.29.1", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,