Skip to content

Commit

Permalink
Prep datastore-1.1.0 release. (#3527)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jul 10, 2017
1 parent 9af76ee commit 28da45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@


REQUIREMENTS = [
'google-cloud-core >= 0.24.0, < 0.25dev',
'google-cloud-core >= 0.25.0, < 0.26dev',
'google-gax>=0.15.7, <0.16dev',
'gapic-google-cloud-datastore-v1 >= 0.15.0, < 0.16dev',
]

setup(
name='google-cloud-datastore',
version='1.0.0',
version='1.1.0',
description='Python Client for Google Cloud Datastore',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 28da45d

Please sign in to comment.