Skip to content

Commit

Permalink
Release 2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Feb 21, 2022
1 parent 671bc86 commit 506f980
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 506f980

Please sign in to comment.