Updating Python AdX Buyer REST Samples to v1.3

Reviewed in https://codereview.appspot.com/13568043/.
diff --git a/samples/adexchangebuyer/update_account.py b/samples/adexchangebuyer/update_account.py
index eaadaf2..1b9c9a5 100644
--- a/samples/adexchangebuyer/update_account.py
+++ b/samples/adexchangebuyer/update_account.py
@@ -39,7 +39,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