Skip to content

Commit 446649a

Browse files
committed
Add missing v6 version literal
1 parent 4f19960 commit 446649a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

google-stubs/ads/google_ads/client.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ from google.ads.google_ads.config import _ConfigDataUnparsed
88
_V3 = Literal["v3"]
99
_V4 = Literal["v4"]
1010
_V5 = Literal["v5"]
11-
_V = Union[_V3, _V4, _V5]
11+
_V6 = Literal["v6"]
12+
_V = Union[_V3, _V4, _V5, _V6]
1213

1314
class GoogleAdsClient:
1415
credentials: Credentials = ...

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "google-ads-stubs"
3-
version = "5.0.0"
3+
version = "5.0.1"
44
license = "Apache-2.0"
55
description = "Type stubs for google-ads"
66
authors = ["Henrik Bruåsdal <henrik.bruasdal@gmail.com>"]

0 commit comments

Comments
 (0)