Skip to content

Commit 63002da

Browse files
committed
Merge pull request #31 from jgeewax/master
Upticked version and added missing static file.
2 parents bba114e + bc1c005 commit 63002da

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

gcloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.01'
1+
__version__ = '0.02.2'

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@
2323
]
2424

2525
setup(name='gcloud',
26-
version='0.02.1',
26+
version='0.02.2',
2727
description='API Client library for Google Cloud',
2828
author='JJ Geewax',
2929
author_email='[email protected]',
3030
scripts=[],
31-
url='https://github.com/jgeewax/gcloud',
31+
url='https://github.com/GoogleCloudPlatform/gcloud-python',
3232
packages=find_packages(),
3333
license='Apache 2.0',
3434
platforms='Posix; MacOS X; Windows',
35-
package_data={'': ['gcloud/datastore/demo.key']},
35+
package_data={'': ['gcloud/datastore/demo.key',
36+
'gcloud/storage/demo.key']},
3637
include_package_data=True,
3738
zip_safe=False,
3839
setup_requires=requirements,

0 commit comments

Comments
 (0)