Skip to content

Commit

Permalink
Merge pull request #22 from dhermes/cut-0.24.0
Browse files Browse the repository at this point in the history
Release 0.24.0.
  • Loading branch information
dhermes committed Mar 31, 2017
2 parents 4409d38 + e6f85c5 commit 4345861
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,21 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet',
],
}


REQUIREMENTS = [
'google-cloud-bigtable >= 0.23.0, < 0.24dev',
'google-cloud-bigtable >= 0.24.0, < 0.25dev',
]

SETUP_BASE.pop('url')

setup(
name='google-cloud-happybase',
version='0.23.0',
version='0.24.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 4345861

Please sign in to comment.