Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7df88c3

Browse files
committed
chore: prevent normalization of semver versioning
1 parent b999fe6 commit 7df88c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setuptools.setup(
3232
name="google-cloud-data-qna",
33-
version=version,
33+
version=setuptools.sic(version),
3434
long_description=readme,
3535
author="Google LLC",
3636
author_email="[email protected]",

0 commit comments

Comments
 (0)