Skip to content

Commit

Permalink
up to v2.4.10 (#208)
Browse files Browse the repository at this point in the history
Signed-off-by: junjie.jiangjjj <junjie.jiang@zilliz.com>
  • Loading branch information
junjiejiangjjj authored Sep 6, 2024
1 parent e688530 commit b4a06f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import subprocess
import platform

from setuptools import setup, find_namespace_packages, Extension
from setuptools import setup, find_namespace_packages
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel

import shutil
Expand Down Expand Up @@ -147,7 +147,7 @@ def parse_requirements(file_name: str) -> List[str]:


setup(name='milvus-lite',
version='2.4.9',
version='2.4.10',
description='A lightweight version of Milvus wrapped with Python.',
author='Milvus Team',
author_email='milvus-team@zilliz.com',
Expand Down

0 comments on commit b4a06f0

Please sign in to comment.