Skip to content

Commit

Permalink
Merge pull request #31 from jgeewax/master
Browse files Browse the repository at this point in the history
Upticked version and added missing static file.
  • Loading branch information
proppy committed Feb 20, 2014
2 parents bba114e + bc1c005 commit 63002da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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

0 comments on commit 63002da

Please sign in to comment.