Updating Python AdX Buyer REST Samples to v1.3
Reviewed in https://codereview.appspot.com/13568043/.
diff --git a/samples/adexchangebuyer/get_creative.py b/samples/adexchangebuyer/get_creative.py
index 5ed2bfa..e4db623 100644
--- a/samples/adexchangebuyer/get_creative.py
+++ b/samples/adexchangebuyer/get_creative.py
@@ -40,7 +40,7 @@
def main(argv):
# Authenticate and construct service.
service, flags = sample_tools.init(
- argv, 'adexchangebuyer', 'v1.2', __doc__, __file__, parents=[argparser],
+ argv, 'adexchangebuyer', 'v1.3', __doc__, __file__, parents=[argparser],
scope='https://www.googleapis.com/auth/adexchange.buyer')
account_id = flags.account_id