Skip to content

Commit

Permalink
Update google-gax to version 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Jun 17, 2016
1 parent f990e26 commit 53892fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

GRPC_EXTRAS = [
'grpcio >= 0.14.0',
'google-gax >= 0.11.0',
'google-gax >= 0.12.0',
'gax-google-pubsub-v1',
]

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ covercmd =
[grpc]
deps =
grpcio >= 0.14.0
google-gax >= 0.11.0
google-gax >= 0.12.0
gax-google-pubsub-v1

[testenv:py27]
Expand Down

0 comments on commit 53892fb

Please sign in to comment.