Skip to content

Commit

Permalink
Merge pull request googleapis#2815 from dhermes/release-nl-and-bq
Browse files Browse the repository at this point in the history
Cutting new releases for BigQuery, Language and Core.
  • Loading branch information
dhermes authored Dec 5, 2016
2 parents a9e36af + b6cb57d commit ecc570e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0, < 0.22dev',
'google-cloud-core >= 0.22.0, < 0.23dev',
]

setup(
name='google-cloud-bigquery',
version='0.21.0',
version='0.22.0',
description='Python Client for Google BigQuery',
long_description=README,
namespace_packages=[
Expand Down
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name='google-cloud-core',
version='0.21.0',
version='0.22.0',
description='API Client library for Google Cloud: Core Helpers',
long_description=README,
namespace_packages=[
Expand Down
4 changes: 2 additions & 2 deletions language/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0, < 0.22dev',
'google-cloud-core >= 0.22.0, < 0.23dev',
]

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

0 comments on commit ecc570e

Please sign in to comment.