Skip to content

Commit

Permalink
release 0.1.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
birchkwok committed Oct 1, 2024
1 parent 638ea35 commit e71e760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- run: pip install mkdocs-material mkdocstrings-python mike
- run: |
git pull
mike deploy --push --update-aliases 0.1.5 latest
mike deploy --push --update-aliases 0.1.6 latest
mike set-default --push latest
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.1.5'
__version__ = '0.1.6'

from pathlib import Path
from typing import Union
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.1.5",
version="0.1.6",
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 e71e760

Please sign in to comment.