From 61ffdef3202892fa9ca7bf9e44829d5ed73a3de8 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Thu, 4 Jul 2019 15:35:08 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a82fa6f..e7ad5bf 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='pipelinewise-tap-snowflake', - version='1.0.1', + version='1.0.2', description='Singer.io tap for extracting data from Snowflake - PipelineWise compatible', author="TransferWise", url='https://github.com/transferwise/pipelinewise-tap-postgres',