aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorAndy Lu <luandy64@gmail.com>2020-02-25 16:10:51 -0500
committerGitHub <noreply@github.com>2020-02-25 16:10:51 -0500
commit4d4082c8296045c6bafd81caee31fb2e52b52a6d (patch)
treeeb3144947dc84da740496da2a32bb9a692679356 /setup.py
parent376f1145837541d4fff2ad0e499236761f9873c3 (diff)
downloadtap-google-sheets-4d4082c8296045c6bafd81caee31fb2e52b52a6d.tar.gz
tap-google-sheets-4d4082c8296045c6bafd81caee31fb2e52b52a6d.tar.zst
tap-google-sheets-4d4082c8296045c6bafd81caee31fb2e52b52a6d.zip
Bump to v1.0.0, update changelog (#6)v1.0.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 dde2bad..5aaf0a5 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='0.0.4', 6 version='1.0.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'],