From d6bfdf7dabcb3956e75cec2c851ab321fefccc44 Mon Sep 17 00:00:00 2001 From: Josh Radcliff Date: Thu, 12 Mar 2026 14:29:06 -0400 Subject: [PATCH] chore(release): update util package name to align with client library name Change-Id: Ibe92eb30b43c9ad65b6854c91a60424ada87123b --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 70b1a53..3d2ac39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] -name = "google-ads-data-manager-util" +name = "google-ads-datamanager-util" version = "0.2.0" description = "Utilities for the Data Manager API" readme = "./README.rst" @@ -50,7 +50,7 @@ dev = [ "nox >= 2020.12.31, < 2022.6", # Include the dependencies for samples for convenience, since sample updates # are often part of the dev process. - "google-ads-data-manager-util[samples]", + "google-ads-datamanager-util[samples]", ] samples = [ "google-ads-datamanager ~= 0.1",