From 2f8ee4c885d9fbeac1d7599352d5a8004b078f00 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Fri, 16 Aug 2019 16:25:03 +0100 Subject: [PATCH] bump version (#18) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74d9193f..d4024a5f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.0.7", + version="1.0.8", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',