Skip to content

Commit 3a52987

Browse files
committed
Merge pull request #94 from tylertreat/fixes
Fixes
2 parents 890270a + 7da5061 commit 3a52987

File tree

4 files changed

+110
-86
lines changed

4 files changed

+110
-86
lines changed

bigquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import absolute_import
22

3-
__version__ = '1.7.0'
3+
from .version import __version__
44

55
from .client import get_client
66
from .client import (

0 commit comments

Comments
 (0)