Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upticked version and added missing static file.
  • Loading branch information
jgeewax committed Feb 20, 2014
commit bc1c0050f5e9043dd4b30a81f2553d10a2d7f2ec
2 changes: 1 addition & 1 deletion gcloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.01'
__version__ = '0.02.2'
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@
]

setup(name='gcloud',
version='0.02.1',
version='0.02.2',
description='API Client library for Google Cloud',
author='JJ Geewax',
author_email='jj@geewax.org',
scripts=[],
url='https://github.com/jgeewax/gcloud',
url='https://github.com/GoogleCloudPlatform/gcloud-python',
packages=find_packages(),
license='Apache 2.0',
platforms='Posix; MacOS X; Windows',
package_data={'': ['gcloud/datastore/demo.key']},
package_data={'': ['gcloud/datastore/demo.key',
'gcloud/storage/demo.key']},
include_package_data=True,
zip_safe=False,
setup_requires=requirements,
Expand Down