Skip to content

Commit

Permalink
Making sub-minor updates to libraries already on 0.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Dec 8, 2016
1 parent c51b609 commit 9bd050d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

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

setup(
name='google-cloud-language',
version='0.22.0',
version='0.22.1',
description='Python Client for Google Cloud Natural Language',
long_description=README,
namespace_packages=[
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@


REQUIREMENTS = [
'google-cloud-bigquery >= 0.22.0, < 0.23dev',
'google-cloud-bigquery >= 0.22.1, < 0.23dev',
'google-cloud-bigtable >= 0.22.0, < 0.23dev',
'google-cloud-happybase >= 0.22.0, < 0.23dev',
'google-cloud-core >= 0.22.1, < 0.23dev',
'google-cloud-datastore >= 0.22.0, < 0.23dev',
'google-cloud-dns >= 0.22.0, < 0.23dev',
'google-cloud-error-reporting >= 0.22.0, < 0.23dev',
'google-cloud-language >= 0.22.0, < 0.23dev',
'google-cloud-language >= 0.22.1, < 0.23dev',
'google-cloud-logging >= 0.22.0, < 0.23dev',
'google-cloud-monitoring >= 0.22.0, < 0.23dev',
'google-cloud-pubsub >= 0.22.0, < 0.23dev',
Expand Down

0 comments on commit 9bd050d

Please sign in to comment.