Skip to content

Commit

Permalink
Ready for pymilvus v0.2.15
Browse files Browse the repository at this point in the history
Signed-off-by: yinghao.zou <[email protected]>
  • Loading branch information
yinghao.zou committed Jan 6, 2021
1 parent e0f7f97 commit 7956d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion milvus/client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""client module"""

__version__ = "0.3.37"
__version__ = "0.2.15"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version = re.search(r'__version__ = "(.*?)"', f.read()).group(1)

setuptools.setup(
name="pymilvus-test",
name="pymilvus",
version=version,
description="Python Sdk for Milvus",
long_description=README,
Expand Down

0 comments on commit 7956d85

Please sign in to comment.