From d14cb1ef0f6d524b52ca6f94f5dc5986352668de Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Mon, 17 Dec 2018 13:37:43 -0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23c9c7eaa..ef9bb5185 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='google-auth', - version='1.6.1', + version='1.6.2', author='Google Cloud Platform', author_email='jonwayne+google-auth@google.com', description='Google Authentication Library',