fix: fix single quotes (#47)

Signed-off-by: Joan Fontanals Martinez <joan.martinez@jina.ai>
This commit is contained in:
Joan Fontanals 2023-07-14 12:30:04 +02:00 committed by GitHub
parent 14bc575ba9
commit 5ef1c96495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def _ignore_warnings():
_ignore_warnings()
__version__ = "0.0.13"
__version__ = '0.0.14'
from vectordb.client import Client
from vectordb.db.hnsw_vectordb import HNSWVectorDB