aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorAndy Lu <andy@stitchdata.com>2021-02-18 12:09:02 -0600
committerGitHub <noreply@github.com>2021-02-18 12:09:02 -0600
commit0a0f2e89de6cde25ba6ef104c64e30f92091e007 (patch)
tree33b4c0cfdfe606fcfcec755824212857277b3e23 /setup.py
parent80f97522abf03503586419b9ebd2aae4213f8f50 (diff)
downloadtap-google-sheets-0a0f2e89de6cde25ba6ef104c64e30f92091e007.tar.gz
tap-google-sheets-0a0f2e89de6cde25ba6ef104c64e30f92091e007.tar.zst
tap-google-sheets-0a0f2e89de6cde25ba6ef104c64e30f92091e007.zip
Bump to v1.1.0, update changelog (#26)v1.1.0
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 f3fd2c3..94c7a63 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.4', 6 version='1.1.0',
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'],