Skip to content

Commit e71e760

Browse files
author
birchkwok
committed
release 0.1.6 version
1 parent 638ea35 commit e71e760

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/doc-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- run: pip install mkdocs-material mkdocstrings-python mike
3232
- run: |
3333
git pull
34-
mike deploy --push --update-aliases 0.1.5 latest
34+
mike deploy --push --update-aliases 0.1.6 latest
3535
mike set-default --push latest

lynse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = '0.1.5'
2+
__version__ = '0.1.6'
33

44
from pathlib import Path
55
from typing import Union

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read_requirements(path):
1414

1515
setup(
1616
name='LynseDB',
17-
version="0.1.5",
17+
version="0.1.6",
1818
description='A pure Python-implemented, lightweight, server-optional, '
1919
'multi-end compatible, vector database deployable locally or remotely.',
2020
keywords='vector database',

0 commit comments

Comments
 (0)