Skip to content

Commit

Permalink
Set bounds for google-cloud-bigtable dependency. (#18)
Browse files Browse the repository at this point in the history
* Set bounds for google-cloud-bigtable dependency.

* Bump version to 0.21.0.
  • Loading branch information
daspecster authored and dhermes committed Nov 22, 2016
1 parent 260faeb commit ccb22e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@


REQUIREMENTS = [
'google-cloud-bigtable >= 0.20.0',
'google-cloud-bigtable >= 0.21.0, < 0.22dev',
]

SETUP_BASE.pop('url')

setup(
name='google-cloud-happybase',
version='0.20.0',
version='0.21.0',
description='Client library for Google Cloud Bigtable: HappyBase layer',
long_description=README,
url='https://github.com/GoogleCloudPlatform/google-cloud-python-happybase',
Expand Down

0 comments on commit ccb22e8

Please sign in to comment.