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

Commit cff1e04

Browse files
authored
Merge pull request #27 from dhermes/cut-0.26.0
Cutting release 0.26.0.
2 parents 25a54b5 + eabbf15 commit cff1e04

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
@@ -51,14 +51,14 @@
5151

5252

5353
REQUIREMENTS = [
54-
'google-cloud-bigtable >= 0.25.0, < 0.26dev',
54+
'google-cloud-bigtable >= 0.26.0, < 0.27dev',
5555
]
5656

5757
SETUP_BASE.pop('url')
5858

5959
setup(
6060
name='google-cloud-happybase',
61-
version='0.25.0',
61+
version='0.26.0',
6262
description='Client library for Google Cloud Bigtable: HappyBase layer',
6363
long_description=README,
6464
url='https://github.com/GoogleCloudPlatform/google-cloud-python-happybase',

0 commit comments

Comments
 (0)