From 8f79a604b667160f4748a9abbcdac16ff66781b6 Mon Sep 17 00:00:00 2001 From: Louis Pieterse Date: Fri, 7 Jun 2019 15:51:41 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad0cdd34..28bc1915 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name="pipelinewise-target-snowflake", - version="1.0.0", + version="1.0.1", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", author="TransferWise", url='https://github.com/transferwise/pipelinewise-target-snowflake',