Skip to content

Commit

Permalink
Prep pubsub-0.26.0 release. (googleapis#3532)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored and landrito committed Aug 22, 2017
1 parent 49b04e7 commit 37a4b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@


REQUIREMENTS = [
'google-cloud-core >= 0.24.1, < 0.25dev',
'google-cloud-core >= 0.25.0, < 0.26dev',
'grpcio >= 1.0.2, < 2.0dev',
'gapic-google-cloud-pubsub-v1 >= 0.15.0, < 0.16dev',
]

setup(
name='google-cloud-pubsub',
version='0.25.0',
version='0.26.0',
description='Python Client for Google Cloud Pub/Sub',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 37a4b52

Please sign in to comment.