From 5890b89c1aa7c554235b3cef156b5a5a2c594bec Mon Sep 17 00:00:00 2001 From: Jeff Huth <39202799+jeffhuth-bytecode@users.noreply.github.com> Date: Wed, 4 Dec 2019 06:10:46 -0800 Subject: v.0.0.2 schema and sync changes (#1) Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e3c4f3e..6fe2493 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='tap-google-sheets', - version='0.0.1', + version='0.0.2', description='Singer.io tap for extracting data from the Google Sheets v4 API', author='jeff.huth@bytecode.io', classifiers=['Programming Language :: Python :: 3 :: Only'], -- cgit v1.2.3