diff --git a/setup.py b/setup.py index c8a2d7ac0c8d..e1a6594564db 100644 --- a/setup.py +++ b/setup.py @@ -23,10 +23,10 @@ setup( name='gcloud', - version='0.4.3', + version='0.5.0', description='API Client library for Google Cloud', - author='JJ Geewax', - author_email='jj@geewax.org', + author='Google Cloud Platform', + author_email='jjg+gcloud-python@google.com', long_description=README, scripts=[], url='https://github.com/GoogleCloudPlatform/gcloud-python',