diff --git a/HISTORY.md b/HISTORY.md index 983aa7c..21448ae 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.42.0 + +* Update deps + ## 2.41.0 * Update scipy requirement from <1.9.2 to <1.11.5 diff --git a/setup.py b/setup.py index 9e02832..5d7a612 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.41.0", + version="2.42.0", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,