]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/commitdiff
Bump to v1.0.0, update changelog (#6) v1.0.0
authorAndy Lu <luandy64@gmail.com>
Tue, 25 Feb 2020 21:10:51 +0000 (16:10 -0500)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2020 21:10:51 +0000 (16:10 -0500)
CHANGELOG.md
setup.py

index 81057eeaad99641dc92163f9068d3cb3a338dd03..7fc3f38a4158c39ab34a28e90d557ced1db353cf 100644 (file)
@@ -1,5 +1,8 @@
 # Changelog
 
+## 1.0.0
+  * No change from `v0.0.4`
+
 ## 0.0.4
   * Add logic to skip empty worksheets in Discovery and Sync mode.
 
index dde2bad874075cba3928753b071001d4791a540e..5aaf0a5e59487cd94d29f6e0b6919d3cb886cf75 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.4',
+      version='1.0.0',
       description='Singer.io tap for extracting data from the Google Sheets v4 API',
       author='jeff.huth@bytecode.io',
       classifiers=['Programming Language :: Python :: 3 :: Only'],