Skip to content

Commit 0e6d2c4

Browse files
committed
refactor(api): remove __version__ from exports
* Cleaned up the public API by removing __version__ from the exported symbols. * This change simplifies the module's interface.
1 parent 83c5af9 commit 0e6d2c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlite_vec_client/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from .logger import get_logger
1616

1717
__all__ = [
18-
"__version__",
1918
"SQLiteVecClient",
2019
"VecClientError",
2120
"ValidationError",

0 commit comments

Comments
 (0)