diff --git a/HISTORY.md b/HISTORY.md index 62027e9..b790b8e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.28.0 + +* add feature to pass options in config file + ## 2.27.0 * safety model for ViT-B/32 diff --git a/setup.py b/setup.py index 66946c3..7f1e532 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.27.0", + version="2.28.0", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,