Skip to content

Commit b9679bf

Browse files
committed
Release 2.44.0
1 parent 2c56c07 commit b9679bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.44.0
2+
3+
* Support get_tokenizer in clip back inf
4+
15
## 2.43.0
26

37
* Update more deps (fire, pyarrow, pandas, torch)

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _read_reqs(relpath):
2929
packages=find_packages(),
3030
package_data={"": extra_files},
3131
include_package_data=True,
32-
version="2.43.0",
32+
version="2.44.0",
3333
license="MIT",
3434
description="Easily computing clip embeddings and building a clip retrieval system with them",
3535
long_description=long_description,

0 commit comments

Comments
 (0)