Skip to content

Commit

Permalink
Change scm version scheme to support 2.1.0.devx (#940)
Browse files Browse the repository at this point in the history
Signed-off-by: XuanYang-cn <[email protected]>
  • Loading branch information
XuanYang-cn authored Apr 2, 2022
1 parent b2ec4bb commit a1fbdfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import pathlib
import setuptools
from datetime import datetime
import re

HERE = pathlib.Path(__file__).parent

Expand All @@ -12,7 +10,7 @@
author='Milvus Team',
author_email='[email protected]',
setup_requires=['setuptools_scm'],
use_scm_version={'local_scheme': 'no-local-version'},
use_scm_version={'local_scheme': 'no-local-version', 'version_scheme': 'release-branch-semver'},
description="Python Sdk for Milvus",
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a1fbdfe

Please sign in to comment.