Skip to content

Commit 1cdbf17

Browse files
committed
chore(__init__): remove version declaration
1 parent 2ec4908 commit 1cdbf17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqlite_vec_client/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
Exposes `SQLiteVecClient` as the primary entry point.
44
"""
55

6-
__version__ = "0.2.0"
7-
86
from .base import SQLiteVecClient
97
from .exceptions import (
108
ConnectionError,

0 commit comments

Comments
 (0)