From 8aed41ff248947f927cfd9699db2a8aeedcd5ecf Mon Sep 17 00:00:00 2001 From: wd0517 Date: Mon, 11 Nov 2024 09:55:48 +0800 Subject: [PATCH] bump version to 0.0.14 --- tidb_vector/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb_vector/__init__.py b/tidb_vector/__init__.py index dee30d8..66d1bd8 100644 --- a/tidb_vector/__init__.py +++ b/tidb_vector/__init__.py @@ -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"]