Skip to content

Commit 4409d38

Browse files
authored
Merge pull request #20 from dhermes/cut-0.23.0
Release 0.23.0.
2 parents 2292b36 + 402bb35 commit 4409d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050

5151

5252
REQUIREMENTS = [
53-
'google-cloud-bigtable >= 0.22.0, < 0.23dev',
53+
'google-cloud-bigtable >= 0.23.0, < 0.24dev',
5454
]
5555

5656
SETUP_BASE.pop('url')
5757

5858
setup(
5959
name='google-cloud-happybase',
60-
version='0.22.0',
60+
version='0.23.0',
6161
description='Client library for Google Cloud Bigtable: HappyBase layer',
6262
long_description=README,
6363
url='https://github.com/GoogleCloudPlatform/google-cloud-python-happybase',

0 commit comments

Comments
 (0)