We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a90ef8 commit c3baf5fCopy full SHA for c3baf5f
setup.py
@@ -9,15 +9,15 @@ def readme():
9
10
setup(
11
name="pybigquery",
12
- version='0.4.13',
+ version='0.4.14',
13
description="SQLAlchemy dialect for BigQuery",
14
long_description=readme(),
15
long_description_content_type="text/x-rst",
16
author="Maxim Zudilov",
17
author_email="maxim.zudilov@gmail.com",
18
packages=['pybigquery'],
19
url="https://github.com/mxmzdlv/pybigquery",
20
- download_url='https://github.com/mxmzdlv/pybigquery/archive/v0.4.13.tar.gz',
+ download_url='https://github.com/mxmzdlv/pybigquery/archive/v0.4.14.tar.gz',
21
keywords=['bigquery', 'sqlalchemy'],
22
classifiers=[
23
"Intended Audience :: Developers",
0 commit comments