From 7daed0ba5044f0e9f0b7924607ff8279d91ba210 Mon Sep 17 00:00:00 2001 From: birchkwok Date: Mon, 16 Sep 2024 00:39:22 +0800 Subject: [PATCH] Release v0.1.2 --- .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 abd6042..a821f38 100644 --- a/.github/workflows/doc-ci.yml +++ b/.github/workflows/doc-ci.yml @@ -38,7 +38,7 @@ jobs: # Build and deploy using mike - run: | - mike deploy --push --update-aliases 0.1.1 latest + mike deploy --push --update-aliases 0.1.2 latest # Optionally, publish to GitHub Pages - name: Deploy to GitHub Pages diff --git a/lynse/__init__.py b/lynse/__init__.py index 767a4fe..c752bb1 100644 --- a/lynse/__init__.py +++ b/lynse/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' from pathlib import Path from typing import Union diff --git a/setup.py b/setup.py index 0260789..124cf77 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read_requirements(path): setup( name='LynseDB', - version="0.1.1", + version="0.1.2", description='A pure Python-implemented, lightweight, server-optional, ' 'multi-end compatible, vector database deployable locally or remotely.', keywords='vector database',