diff --git a/HISTORY.md b/HISTORY.md index 949ee90..77888cc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.24.2 + +* fix sample_count == 0 issue in logger and handle no text sample properly in main + ## 2.24.1 * improve logger by checking the file exists before reading diff --git a/setup.py b/setup.py index 3a683f3..a4fed5e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def package_files(directory): packages=find_packages(), package_data={"": extra_files}, include_package_data=True, - version="2.24.1", + version="2.24.2", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,