Skip to content

Commit

Permalink
chore: prevent normalization of semver versioning (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee authored Apr 15, 2021
1 parent 5d083c6 commit b659548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-connection/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setuptools.setup(
name="google-cloud-bigquery-connection",
version=version,
version=setuptools.sic(version),
long_description=readme,
author="Google LLC",
author_email="googleapis-packages@google.com",
Expand Down

0 comments on commit b659548

Please sign in to comment.