From 4a108aa5efc6b47705fe7bfd6d3fbd029884d377 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Wed, 7 Aug 2019 19:13:45 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e2175e..66f43e6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='pipelinewise-tap-snowflake', - version='1.0.2', + version='1.0.3', description='Singer.io tap for extracting data from Snowflake - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',