diff --git a/HISTORY.md b/HISTORY.md index ae01812..643412e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.16.2 + +* update for autofaiss + ## 2.16.1 * add missing front building in python publish diff --git a/front/package.json b/front/package.json index b1ad5c2..e175b71 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "clip-retrieval-front", - "version": "2.16.1", + "version": "2.16.2", "description": "Easily compute clip embeddings and build a clip retrieval system with them. 100M text+image embeddings can be processed in 20h using a 3080.", "main": "server.js", "dependencies": { diff --git a/setup.py b/setup.py index 15f8ac2..a98df88 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def package_files(directory): packages=find_packages(), package_data={"": extra_files}, include_package_data=True, - version="2.16.1", + version="2.16.2", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,