Skip to content

Commit

Permalink
Bump BigQuery to 0.27.0 (#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Aug 24, 2017
1 parent 89a1cbb commit f076338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

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

REQUIREMENTS = [
'google-cloud-bigquery >= 0.26.0, < 0.27dev',
'google-cloud-bigquery >= 0.27.0, < 0.28dev',
'google-cloud-bigtable >= 0.27.0, < 0.28dev',
'google-cloud-core >= 0.27.0, < 0.28dev',
'google-cloud-datastore >= 1.3.0, < 1.4dev',
Expand Down

0 comments on commit f076338

Please sign in to comment.