Skip to content

Commit c3baf5f

Browse files
committed
Bump up the version
1 parent 1a90ef8 commit c3baf5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ def readme():
99

1010
setup(
1111
name="pybigquery",
12-
version='0.4.13',
12+
version='0.4.14',
1313
description="SQLAlchemy dialect for BigQuery",
1414
long_description=readme(),
1515
long_description_content_type="text/x-rst",
1616
author="Maxim Zudilov",
1717
author_email="maxim.zudilov@gmail.com",
1818
packages=['pybigquery'],
1919
url="https://github.com/mxmzdlv/pybigquery",
20-
download_url='https://github.com/mxmzdlv/pybigquery/archive/v0.4.13.tar.gz',
20+
download_url='https://github.com/mxmzdlv/pybigquery/archive/v0.4.14.tar.gz',
2121
keywords=['bigquery', 'sqlalchemy'],
2222
classifiers=[
2323
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)