From 19c91856f9456463b00bd9162389266714f04cb7 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 4 Nov 2022 22:14:39 +0100 Subject: [PATCH] Release 2.35.1 (#202) * Update HISTORY.md * Update setup.py --- HISTORY.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d4acc4d..0a6b264 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.35.1 + +* update key toggles in inf.main (thanks @nousr) + ## 2.35.0 * Slurm distributor (thanks @nousr) diff --git a/setup.py b/setup.py index a1463d3..f14c128 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.35.0", + version="2.35.1", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,