From e71e760281d25ccd1dc3e6305aad895b1a2003cf Mon Sep 17 00:00:00 2001 From: birchkwok Date: Tue, 1 Oct 2024 23:47:16 +0800 Subject: [PATCH] release 0.1.6 version --- .github/workflows/doc-ci.yml | 2 +- lynse/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/doc-ci.yml b/.github/workflows/doc-ci.yml index 7a0aa98..01ab727 100644 --- a/.github/workflows/doc-ci.yml +++ b/.github/workflows/doc-ci.yml @@ -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 diff --git a/lynse/__init__.py b/lynse/__init__.py index 089f396..c70e8da 100644 --- a/lynse/__init__.py +++ b/lynse/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.1.5' +__version__ = '0.1.6' from pathlib import Path from typing import Union diff --git a/setup.py b/setup.py index d8dc575..988483d 100644 --- a/setup.py +++ b/setup.py @@ -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',