From 496c8e6e09f90c23c40fdc654f125acefb35ef95 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 16 May 2016 16:50:28 -0400 Subject: [PATCH] Cut 0.14.0 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff2af731ec0c..0fe05e45fce6 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='gcloud', - version='0.13.0', + version='0.14.0', description='API Client library for Google Cloud', author='Google Cloud Platform', author_email='jjg+gcloud-python@google.com',