From bfe4858d4485a2a9e012db3df8fa78e0b4942c86 Mon Sep 17 00:00:00 2001 From: Samira-El <54845154+Samira-El@users.noreply.github.com> Date: Wed, 18 Mar 2020 13:36:24 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc5818a..ffa2dec 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='pipelinewise-tap-snowflake', - version='1.1.0', + version='1.1.1', description='Singer.io tap for extracting data from Snowflake - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',