Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 2292b36

Browse files
authored
Merge pull request #19 from dhermes/release-0.22.0
Release 0.22.0.
2 parents ccb22e8 + c628d3f commit 2292b36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.21.0, < 0.22dev',
53+
'google-cloud-bigtable >= 0.22.0, < 0.23dev',
5454
]
5555

5656
SETUP_BASE.pop('url')
5757

5858
setup(
5959
name='google-cloud-happybase',
60-
version='0.21.0',
60+
version='0.22.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)