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',