From 76ac7c5cab2ca8e949f0bec479651baa58066684 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 21 May 2022 23:52:49 +0200 Subject: [PATCH] Release 2.31.1 --- 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 cae363b..badd4d0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.31.1 + +* add clearer way to disable aesthetic scoring in front + ## 2.31.0 * aesthetic option diff --git a/front/package.json b/front/package.json index f82b05a..ad2d81b 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "clip-retrieval-front", - "version": "2.31.0", + "version": "2.31.1", "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 c94cc4c..adbc7aa 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.31.0", + version="2.31.1", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,