From 637d79de10eb904dae60b376f2673b238c751088 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Mon, 25 Jan 2016 11:43:37 -0800 Subject: [PATCH] Upgrading version to 0.9.0. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0cd32748c562..892b0a943b99 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='gcloud', - version='0.8.0', + version='0.9.0', description='API Client library for Google Cloud', author='Google Cloud Platform', author_email='jjg+gcloud-python@google.com',