Skip to content

Commit

Permalink
chore(build): bump versions for initial datastore release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Nov 19, 2017
1 parent e370b5f commit a43127c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name='gcloud-aio-datastore',
version='0.0.0',
version='0.5.0',
description='Asyncio Python Client for Google Cloud Datastore',
long_description=README,
namespace_packages=[
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'gcloud-aio-auth >= 0.5.0, < 1.0.0',
'gcloud-aio-bigquery >= 0.5.0, < 1.0.0',
'gcloud-aio-core >= 0.5.0, < 1.0.0',
'gcloud-aio-datastore >= 0.5.0, < 1.0.0',
'gcloud-aio-pubsub >= 0.5.0, < 1.0.0',
'gcloud-aio-storage >= 0.5.0, < 1.0.0',
'gcloud-aio-taskqueue >= 0.5.0, < 1.0.0',
Expand All @@ -20,7 +21,7 @@

setuptools.setup(
name='gcloud-aio',
version='0.5.1', # TODO: figure out the Right Way™ to version this
version='0.5.2', # TODO: figure out the Right Way™ to version this
description='Asyncio Client library for Google Cloud API',
long_description=README,
install_requires=REQUIREMENTS,
Expand Down

0 comments on commit a43127c

Please sign in to comment.