From 2e9966f0a5eb1fd3a026857a25744f99f9407400 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 5 Aug 2019 20:27:03 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27bea0c7..9dda6a92 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.0.6", + version="1.0.7", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',