aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2020-09-28 15:41:41 -0700
committerGitHub <noreply@github.com>2020-09-28 15:41:41 -0700
commitee5617ccfb7caa6ba652c9cc07f716af31eb6ac0 (patch)
treedddfc0d2532910ba8cc2c97891e529704af11ea3 /setup.py
parent7e1525822d51bd9ce7dffca42d71313e6e776fcd (diff)
downloadgoogle-auth-library-python-ee5617ccfb7caa6ba652c9cc07f716af31eb6ac0.tar.gz
chore: release 1.22.0 (#615)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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 dd58f30..bbc8923 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ DEPENDENCIES = (
with io.open("README.rst", "r") as fh:
long_description = fh.read()
-version = "1.21.3"
+version = "1.22.0"
setup(
name="google-auth",