Skip to content

Commit

Permalink
bump version to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
wd0517 committed Nov 11, 2024
1 parent d9b8cee commit 8aed41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb_vector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .constants import MAX_DIM, MIN_DIM, DistanceMetric, VectorDataType

__version__ = "0.0.13"
__version__ = "0.0.14"
__all__ = ["MAX_DIM", "MIN_DIM", "DistanceMetric", "VectorDataType"]

0 comments on commit 8aed41f

Please sign in to comment.