Skip to content

Commit

Permalink
Prep spanner-0.25.0 release. (googleapis#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored and landrito committed Aug 22, 2017
1 parent e1a57d6 commit c6d56cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spanner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.24.1, < 0.25dev',
'google-cloud-core >= 0.25.0, < 0.26dev',
'grpcio >= 1.2.0, < 2.0dev',
'gapic-google-cloud-spanner-v1 >= 0.15.0, < 0.16dev',
'gapic-google-cloud-spanner-admin-database-v1 >= 0.15.0, < 0.16dev',
Expand All @@ -60,7 +60,7 @@

setup(
name='google-cloud-spanner',
version='0.24.2',
version='0.25.0',
description='Python Client for Cloud Spanner',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit c6d56cc

Please sign in to comment.