Skip to content

Commit 8aed41f

Browse files
committed
bump version to 0.0.14
1 parent d9b8cee commit 8aed41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidb_vector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .constants import MAX_DIM, MIN_DIM, DistanceMetric, VectorDataType
22

3-
__version__ = "0.0.13"
3+
__version__ = "0.0.14"
44
__all__ = ["MAX_DIM", "MIN_DIM", "DistanceMetric", "VectorDataType"]

0 commit comments

Comments
 (0)