diff options
author | cosimon <cosimon@users.noreply.github.com> | 2020-04-17 09:41:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 09:41:14 -0400 |
commit | ba9a302c2b1411ceca7753bd8b97f1944410f1ce (patch) | |
tree | b7bf604644178de6fd783d84628772a519a87edb /setup.py | |
parent | f6d7c509f00feb63810df7a9216fe1769195197a (diff) | |
download | tap-google-sheets-1.0.2.tar.gz tap-google-sheets-1.0.2.tar.zst tap-google-sheets-1.0.2.zip |
Bump 1.0.2 (#14)v1.0.2
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.1', | 6 | version='1.0.2', |
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'], |