Skip to content

Commit 9fc61c3

Browse files
committed
Release 2.34.1
1 parent 18c2306 commit 9fc61c3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.34.1
2+
3+
* Makes file image reader in clip inference fast
4+
15
## 2.34.0
26

37
* Make it possible to use an embedding as query of the back

setup.py

Lines changed: 1 addition & 1 deletion
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.34.0",
32+
version="2.34.1",
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)