Skip to content

Commit

Permalink
bump version to 0.4.2 for pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Dec 12, 2023
1 parent b780f99 commit d3f44b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/support_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@

- Bugfix: removed errant print statement

## master
## 0.4.2

- Feature: Parameterized IVFFlat and HNSW indexes
- Feature: Delete using metadata filter

## main
4 changes: 2 additions & 2 deletions src/vecs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
)

__project__ = "vecs"
__version__ = "0.4.1"
__version__ = "0.4.2"


__all__ = [
"IndexArgsIVFFlat",
"IndexArgsHSNW",
"IndexArgsHNSW",
"IndexMethod",
"IndexMeasure",
"Collection",
Expand Down

0 comments on commit d3f44b4

Please sign in to comment.