Skip to content

Commit b659548

Browse files
authored
chore: prevent normalization of semver versioning (#59)
1 parent 5d083c6 commit b659548

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-bigquery-connection

1 file changed

+1
-1
lines changed

packages/google-cloud-bigquery-connection/setup.py

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

3030
setuptools.setup(
3131
name="google-cloud-bigquery-connection",
32-
version=version,
32+
version=setuptools.sic(version),
3333
long_description=readme,
3434
author="Google LLC",
3535
author_email="[email protected]",

0 commit comments

Comments
 (0)