Skip to content

Commit

Permalink
mv version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdan committed Apr 17, 2024
1 parent a83eefb commit 351302e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from setuptools import setup, find_packages

from vlite import __version__

setup(
name='vlite',
version='0.2.2',
version=__version__,
author='Surya Dantuluri',
author_email='[email protected]',
description='A simple and blazing fast vector database',
Expand Down

0 comments on commit 351302e

Please sign in to comment.