From 5e756cc6114855002450698f5ee8ffe50528beee Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 14 Oct 2019 18:15:03 +0100 Subject: [PATCH] Bump version 1.1.0 (#35) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8173f6ad..01d46ab2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.0.9", + version="1.1.0", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',