Skip to content

Commit

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

setuptools.setup(
name=name,
version=version,
version=setuptools.sic(version),
description=description,
long_description=readme,
author="Google LLC",
Expand Down

0 comments on commit 72d4c4a

Please sign in to comment.