From 28c76456b49fa9ae18a1d0d2cf28cf02b9f779a3 Mon Sep 17 00:00:00 2001 From: Mattia Tommasone Date: Wed, 19 Aug 2026 15:26:15 +0200 Subject: [PATCH] Bump version number Change-Id: Ic3664dd48eac7d85dac699878f185de6d0919a29 --- google/ads/googleads/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google/ads/googleads/__init__.py b/google/ads/googleads/__init__.py index 582913d08..b7e9f6a93 100644 --- a/google/ads/googleads/__init__.py +++ b/google/ads/googleads/__init__.py @@ -19,7 +19,7 @@ import google.ads.googleads.errors import google.ads.googleads.util -VERSION = "31.3.0" +VERSION = "31.4.0" # Checks if the current runtime is Python 3.10. if sys.version_info.major == 3 and sys.version_info.minor <= 10: diff --git a/pyproject.toml b/pyproject.toml index 3683a8661..1072806e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta" [project] name = "google-ads" -version = "31.3.0" +version = "31.4.0" description = "Client library for the Google Ads API" readme = "./README.rst" requires-python = ">=3.9, <3.15"