Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Sep 15, 2023
1 parent ef3ba29 commit 6f9fc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vecs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from vecs.collection import Collection, IndexMeasure, IndexMethod

__project__ = "vecs"
__version__ = "0.3.1"
__version__ = "0.4.0"


__all__ = ["IndexMethod", "IndexMeasure", "Collection", "Client", "exc"]
Expand Down

0 comments on commit 6f9fc4c

Please sign in to comment.