Skip to content

Commit

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


REQUIREMENTS = [
'google-cloud-core >= 0.24.0, < 0.25dev',
'google-cloud-core >= 0.25.0, < 0.26dev',
]

setup(
name='google-cloud-language',
version='0.24.1',
version='0.25.0',
description='Python Client for Google Cloud Natural Language',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit d4d2174

Please sign in to comment.