From af567652a44b65e4e1a2cfc4ce2d16d9b3d92788 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 21 May 2022 23:32:04 +0200 Subject: [PATCH] Release 2.31.0 --- HISTORY.md | 4 ++++ front/package.json | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2928709..cae363b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.31.0 + +* aesthetic option + ## 2.30.0 * Log error for unsupported input_format (thanks @dmvaldman) diff --git a/front/package.json b/front/package.json index 6235e3e..f82b05a 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "clip-retrieval-front", - "version": "2.21.0", + "version": "2.31.0", "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 939b948..c94cc4c 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.30.0", + version="2.31.0", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,