Skip to content

Commit

Permalink
Release 2.30.0 (#137)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update HISTORY.md
  • Loading branch information
rom1504 authored Apr 27, 2022
1 parent 1ee0905 commit 376f13f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.30.0

* Log error for unsupported input_format (thanks @dmvaldman)
* Add open_clip support (thanks @cat-state)

## 2.29.1

* fix mclip in clip back
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _read_reqs(relpath):
packages=find_packages(),
package_data={"": extra_files},
include_package_data=True,
version="2.29.1",
version="2.30.0",
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 376f13f

Please sign in to comment.