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,