Skip to content

Commit

Permalink
BigQuery: Increment version to 0.28.0
Browse files Browse the repository at this point in the history
Prepare for beta 2 launch.
  • Loading branch information
tswast committed Oct 26, 2017
1 parent 4c24da3 commit 552db37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@


REQUIREMENTS = [
'google-cloud-core >= 0.27.0, < 0.28dev',
'google-cloud-core >= 0.28.0, < 0.29dev',
'google-auth >= 1.0.0',
'google-resumable-media >= 0.2.1',
'requests >= 2.18.0',
]

setup(
name='google-cloud-bigquery',
version='0.27.0',
version='0.28.0',
description='Python Client for Google BigQuery',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 552db37

Please sign in to comment.