diff options
author | Andy Lu <luandy64@gmail.com> | 2020-02-25 16:10:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 16:10:51 -0500 |
commit | 4d4082c8296045c6bafd81caee31fb2e52b52a6d (patch) | |
tree | eb3144947dc84da740496da2a32bb9a692679356 /setup.py | |
parent | 376f1145837541d4fff2ad0e499236761f9873c3 (diff) | |
download | tap-google-sheets-1.0.0.tar.gz tap-google-sheets-1.0.0.tar.zst tap-google-sheets-1.0.0.zip |
Bump to v1.0.0, update changelog (#6)v1.0.0
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='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'], |