From 2d29b82dde8607c30a2c0513c08dc1efbf95f6e1 Mon Sep 17 00:00:00 2001 From: henribru <6639509+henribru@users.noreply.github.com> Date: Sat, 6 Mar 2021 15:04:28 +0100 Subject: [PATCH] Bump version to v6.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a133fdd28..4bc4282c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "google-ads-stubs" -version = "6.0.0" +version = "6.0.1" license = "Apache-2.0" description = "Type stubs for google-ads" authors = ["Henrik BruÄsdal "]