Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Istenes committed Jul 2, 2017
1 parent 4e6ea2a commit 02026a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ def read(*paths):
setup(
name='datastore-to-gcs',
packages=['datastore_to_gcs'],
version='0.2',
version='0.3',
license='Apache License 2.0',
description='Transfer data from Google Cloud Datastore to Google Cloud Storage.',
long_description=(read('README.rst')),
author='Brandon Istenes',
author_email='bistenes@socos.me',
url='https://github.com/SocosLLC/datastore-to-gcs',
download_url='https://github.com/SocosLLC/datastore-to-gcs/archive/0.2.tar.gz',
download_url='https://github.com/SocosLLC/datastore-to-gcs/archive/0.3.tar.gz',
keywords=['gae', 'gcp', 'gcs', 'gcd', 'datastore', 'cloudstorage', 'transfer', 'dump'],
classifiers=['Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License']
Expand Down

0 comments on commit 02026a7

Please sign in to comment.