Skip to content

Commit

Permalink
bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Sep 27, 2023
1 parent 06830ce commit cd6af99
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.4.0"
__version__ = "0.4.1"


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

0 comments on commit cd6af99

Please sign in to comment.