diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ | |||
3 | from setuptools import setup, find_packages | 3 | from setuptools import setup, find_packages |
4 | 4 | ||
5 | setup(name='tap-google-sheets', | 5 | setup(name='tap-google-sheets', |
6 | version='0.0.2', | 6 | version='0.0.3', |
7 | description='Singer.io tap for extracting data from the Google Sheets v4 API', | 7 | description='Singer.io tap for extracting data from the Google Sheets v4 API', |
8 | author='jeff.huth@bytecode.io', | 8 | author='jeff.huth@bytecode.io', |
9 | classifiers=['Programming Language :: Python :: 3 :: Only'], | 9 | classifiers=['Programming Language :: Python :: 3 :: Only'], |
@@ -11,7 +11,7 @@ setup(name='tap-google-sheets', | |||
11 | install_requires=[ | 11 | install_requires=[ |
12 | 'backoff==1.8.0', | 12 | 'backoff==1.8.0', |
13 | 'requests==2.22.0', | 13 | 'requests==2.22.0', |
14 | 'singer-python==5.8.1' | 14 | 'singer-python==5.9.0' |
15 | ], | 15 | ], |
16 | entry_points=''' | 16 | entry_points=''' |
17 | [console_scripts] | 17 | [console_scripts] |