-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: junjie.jiangjjj <[email protected]>
- Loading branch information
1 parent
e688530
commit b4a06f0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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='[email protected]', | ||
|