]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blobdiff - setup.py
v.0.0.2 schema and sync changes (#1)
[github/fretlink/tap-google-sheets.git] / setup.py
index e3c4f3e0a1bbf62542e53cbaeb14e49266fb9bca..6fe24934bc6672596302e0e6b873898244a9d360 100644 (file)
--- 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'],