Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Mar 22, 2018
1 parent 46bc2ad commit b7fcba8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion auth/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.rst
include README.rst LICENSE
recursive-include gcloud
recursive-include tests
global-exclude *.pyc __pycache__
2 changes: 1 addition & 1 deletion auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp >= 2.0.0, < 3.0.0
cryptography >= 2.0.0, < 3.0.0
gcloud-aio-core >= 0.7.1, < 1.0.0
gcloud-aio-core >= 0.7.2, < 1.0.0
pyjwt >= 1.5.3, < 2.0.0
2 changes: 1 addition & 1 deletion auth/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name='gcloud-aio-auth',
version='0.6.2',
version='0.6.3',
description='Auth Helpers for Asyncio Google Cloud Library',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit b7fcba8

Please sign in to comment.