aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2020-04-14 13:26:48 -0700
committerGitHub <noreply@github.com>2020-04-14 13:26:48 -0700
commit9dcc5166df0c2e5535b2bf1f469ac29db36c9db5 (patch)
tree2957e585ffe2a4d6d6615f2c9cf25548baa7856b /setup.py
parented41b49e9d7ba7402b27107b7aa47eed06ac6c55 (diff)
downloadgoogle-auth-library-python-9dcc5166df0c2e5535b2bf1f469ac29db36c9db5.tar.gz
chore: release 1.14.0 (#487)
* updated CHANGELOG.md [ci skip] * updated setup.cfg [ci skip] * updated setup.py [ci skip] 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 cb6ed5a..2acef44 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ DEPENDENCIES = (
with io.open("README.rst", "r") as fh:
long_description = fh.read()
-version = "1.13.1"
+version = "1.14.0"
setup(
name="google-auth",