Skip to content

Commit

Permalink
release 0.1.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
birchkwok committed Sep 25, 2024
1 parent 91bbefe commit 275a472
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
mkdocs-material-
- run: pip install mkdocs-material mkdocstrings-python mike
- run: |
mike deploy --push --update-aliases 0.1.4 latest
mike deploy --push --update-aliases 0.1.5 latest
mike set-default --push latest
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import lynse
print("LynseDB version is: ", lynse.__version__)
```

LynseDB version is: 0.1.3
LynseDB version is: 0.1.5


### Initialize Database
Expand Down
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.4'
__version__ = '0.1.5'

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.4",
version="0.1.5",
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 275a472

Please sign in to comment.