Skip to content

Commit 4a10a1b

Browse files
committed
Bump version
1 parent 635d5a3 commit 4a10a1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages
22
from setuptools import setup
33

4-
VERSION = '0.0.5'
4+
VERSION = '0.0.6'
55

66
setup_args = dict(
77
name='BigQuery-Python',
@@ -11,7 +11,8 @@
1111
license='Apache',
1212
packages=find_packages(),
1313
include_package_data=True,
14-
install_requires=['google-api-python-client', 'pyopenssl', 'httplib2'],
14+
install_requires=['google-api-python-client', 'pyopenssl', 'httplib2',
15+
'python-dateutil'],
1516
author='Tyler Treat',
1617
author_email='[email protected]',
1718
classifiers=[

0 commit comments

Comments
 (0)