From d38a36b9c0e92177163bc81ed3411c68f2511f82 Mon Sep 17 00:00:00 2001 From: henribru <6639509+henribru@users.noreply.github.com> Date: Fri, 16 Aug 2024 21:41:56 +0200 Subject: [PATCH] Bump to v1.27.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98478fe1..0842ca5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "google-api-python-client-stubs" -version = "1.26.0" +version = "1.27.0" description = "Type stubs for google-api-python-client" authors = ["Henrik Bruådal "] readme = "README.md"