From eb5e02df27a6f0dc833cd253b853abc65935dd1f Mon Sep 17 00:00:00 2001 From: Stephen Bailey Date: Sat, 9 May 2020 15:47:22 -0400 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cfb379..8e4be06 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name="tap-clockify", - version="0.1.1", + version="0.2.0", description="Singer.io tap for extracting data", author="Stephen Bailey", url="http://singer.io",