aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorzachharris1 <69470481+zachharris1@users.noreply.github.com>2021-02-23 11:38:29 -0500
committerGitHub <noreply@github.com>2021-02-23 11:38:29 -0500
commit7f117db04ea9505e3856494064ac5a2a3e4e906d (patch)
treeea2ea3254ad4df10b7de464b57a630360d50e5c4 /setup.py
parent5fd44182206b7f708661351e6a330902075c6d10 (diff)
downloadtap-google-sheets-7f117db04ea9505e3856494064ac5a2a3e4e906d.tar.gz
tap-google-sheets-7f117db04ea9505e3856494064ac5a2a3e4e906d.tar.zst
tap-google-sheets-7f117db04ea9505e3856494064ac5a2a3e4e906d.zip
bump 1.1.1 (#28)v1.1.1
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 94c7a63..7eeb058 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.1.0', 6 version='1.1.1',
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'],