Skip to content

Commit

Permalink
Merge pull request #19 from dhermes/release-0.22.0
Browse files Browse the repository at this point in the history
Release 0.22.0.
  • Loading branch information
dhermes authored Dec 10, 2016
2 parents ccb22e8 + c628d3f commit 2292b36
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.21.0, < 0.22dev',
'google-cloud-bigtable >= 0.22.0, < 0.23dev',
]

SETUP_BASE.pop('url')

setup(
name='google-cloud-happybase',
version='0.21.0',
version='0.22.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 2292b36

Please sign in to comment.