Skip to content

Commit 4345861

Browse files
authored
Merge pull request #22 from dhermes/cut-0.24.0
Release 0.24.0.
2 parents 4409d38 + e6f85c5 commit 4345861

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,21 @@
4444
'Programming Language :: Python :: 3',
4545
'Programming Language :: Python :: 3.4',
4646
'Programming Language :: Python :: 3.5',
47+
'Programming Language :: Python :: 3.6',
4748
'Topic :: Internet',
4849
],
4950
}
5051

5152

5253
REQUIREMENTS = [
53-
'google-cloud-bigtable >= 0.23.0, < 0.24dev',
54+
'google-cloud-bigtable >= 0.24.0, < 0.25dev',
5455
]
5556

5657
SETUP_BASE.pop('url')
5758

5859
setup(
5960
name='google-cloud-happybase',
60-
version='0.23.0',
61+
version='0.24.0',
6162
description='Client library for Google Cloud Bigtable: HappyBase layer',
6263
long_description=README,
6364
url='https://github.com/GoogleCloudPlatform/google-cloud-python-happybase',

0 commit comments

Comments
 (0)