diff options
author | Kyle Allan <kyle@stitchdata.com> | 2020-07-15 14:00:01 +0000 |
---|---|---|
committer | Kyle Allan <kyle@stitchdata.com> | 2020-07-15 14:00:01 +0000 |
commit | 75b9b1fe58b8be535fc772eab55cc14e201aadf7 (patch) | |
tree | b056a680e07f64cc23a79b70e149cf28a97ae791 /setup.py | |
parent | 516c20822a166b79161191a72834cd49998ad4b9 (diff) | |
download | tap-google-sheets-75b9b1fe58b8be535fc772eab55cc14e201aadf7.tar.gz tap-google-sheets-75b9b1fe58b8be535fc772eab55cc14e201aadf7.tar.zst tap-google-sheets-75b9b1fe58b8be535fc772eab55cc14e201aadf7.zip |
bump to 1.0.4v1.0.4
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 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='1.0.3', | 6 | version='1.0.4', |
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'], |