commit | d3406b34fe5a3adf82d4d451bcc1a26a91f5bbd6 | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <[email protected]> | Mon Nov 04 15:40:13 2019 -0800 |
committer | GitHub <[email protected]> | Mon Nov 04 15:40:13 2019 -0800 |
tree | 2965dabf68f83b64610836510f2be79b3dbf145b | |
parent | f0b4504f6bd500a1d2c7ab2b54573aed35fc32f8 [diff] [blame] |
chore: release v1.7.0 (#380)
diff --git a/setup.py b/setup.py index d303cb3..42cf4fb 100644 --- a/setup.py +++ b/setup.py
@@ -30,9 +30,11 @@ with io.open("README.rst", "r") as fh: long_description = fh.read() +version = "1.7.0" + setup( name="google-auth", - version="1.6.3", + version=version, author="Google Cloud Platform", author_email="[email protected]", description="Google Authentication Library",