Skip to content

Commit

Permalink
Fix bug about FileNotFoundError #9
Browse files Browse the repository at this point in the history
  • Loading branch information
birchkwok committed Jul 21, 2024
1 parent 6cd92b6 commit 44b02f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lynse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.0.1'
__version__ = '0.0.2'

from lynse.api.http_api.http_api import launch_in_jupyter
from lynse.core_components import kv_cache as field_models
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read_requirements(path):

setup(
name='LynseDB',
version="0.0.1",
version="0.0.2",
description='A pure Python-implemented, lightweight, server-optional, '
'multi-end compatible, vector database deployable locally or remotely.',
keywords='vector database',
Expand Down

0 comments on commit 44b02f8

Please sign in to comment.