aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorKyle Allan <kyle@stitchdata.com>2020-07-15 14:00:01 +0000
committerKyle Allan <kyle@stitchdata.com>2020-07-15 14:00:01 +0000
commit75b9b1fe58b8be535fc772eab55cc14e201aadf7 (patch)
treeb056a680e07f64cc23a79b70e149cf28a97ae791 /setup.py
parent516c20822a166b79161191a72834cd49998ad4b9 (diff)
downloadtap-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ec63fdf..f3fd2c3 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
3from setuptools import setup, find_packages 3from setuptools import setup, find_packages
4 4
5setup(name='tap-google-sheets', 5setup(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'],