Skip to content

Commit

Permalink
chore(taskqueue): bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Oct 19, 2017
1 parent fd39f1b commit 34579aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taskqueue/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gcloud-aio-auth >= 0.5.0, < 1.0.0
gcloud-aio-core >= 0.5.0, < 1.0.0
gcloud-aio-core >= 0.6.0, < 1.0.0
ujson >= 1.0.0, < 2.0.0
2 changes: 1 addition & 1 deletion taskqueue/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name='gcloud-aio-taskqueue',
version='0.5.0',
version='0.6.0',
description='Asyncio Python Client for Google Cloud Task Queue',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 34579aa

Please sign in to comment.