Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
birchkwok committed Sep 15, 2024
1 parent 3f7dc12 commit 7daed0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1'
__version__ = '0.1.2'

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.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',
Expand Down

0 comments on commit 7daed0b

Please sign in to comment.