Skip to content

Commit

Permalink
chore: prevent normalization of semver versioning (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee committed Apr 15, 2021
1 parent 8d9538b commit 7ca9222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@

setup(
name="gapic-generator",
version=version,
version=setuptools.sic(version),
license="Apache 2.0",
author="Dov Shlachter",
author_email="dovs@google.com",
Expand Down

0 comments on commit 7ca9222

Please sign in to comment.