From a090e6108a427a418cfa98fac3329604a8b72129 Mon Sep 17 00:00:00 2001 From: Kevin James Date: Wed, 13 Sep 2023 20:01:10 +0100 Subject: [PATCH] chore(release): bump version --- auth/pyproject.rest.toml | 2 +- auth/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/pyproject.rest.toml b/auth/pyproject.rest.toml index 23ec13f76..c222c2a81 100644 --- a/auth/pyproject.rest.toml +++ b/auth/pyproject.rest.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcloud-rest-auth" -version = "4.2.3" +version = "5.0.0" description = "Python Client for Google Cloud Auth" readme = "README.rst" diff --git a/auth/pyproject.toml b/auth/pyproject.toml index da2e43e29..e4ec110f2 100644 --- a/auth/pyproject.toml +++ b/auth/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcloud-aio-auth" -version = "4.2.3" +version = "5.0.0" description = "Python Client for Google Cloud Auth" readme = "README.rst"