aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2020-07-17 10:51:59 -0700
committerGitHub <noreply@github.com>2020-07-17 10:51:59 -0700
commit7ada6b0a3474055fa69aac94340431e8ab0acbdd (patch)
tree5621b11b6a733c50bd491091facea2be2155deb6 /setup.py
parentc4cc33b5f4127a010ad3bd35daa49d2a167b5833 (diff)
downloadgoogle-auth-library-python-7ada6b0a3474055fa69aac94340431e8ab0acbdd.tar.gz
chore: release 1.19.2 (#565)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 52033de..629e059 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ DEPENDENCIES = (
with io.open("README.rst", "r") as fh:
long_description = fh.read()
-version = "1.19.1"
+version = "1.19.2"
setup(
name="google-auth",