Skip to content

Commit

Permalink
Merge pull request #8 from gabfl/bigquery-1.1.0
Browse files Browse the repository at this point in the history
Bigquery 1.1.0
  • Loading branch information
gabfl authored May 11, 2018
2 parents ed52118 + f18eb86 commit ec2e2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='bigquery-fdw',
version='1.3.1',
version='1.3.2',
description='BigQuery Foreign Data Wrapper for PostgreSQL',
long_description=long_description,
author='Gabriel Bordeaux',
Expand All @@ -18,7 +18,7 @@
packages=['bigquery_fdw'],
package_dir={'bigquery_fdw': 'src'},
# external dependencies
install_requires=['argparse', 'google-cloud-bigquery >= 0.28, <= 0.29'],
install_requires=['argparse', 'google-cloud-bigquery==1.1.0'],
entry_points={
'console_scripts': [
# 'bigquery_fdw = bigquery_fdw.fdw:main',
Expand Down

0 comments on commit ec2e2c5

Please sign in to comment.