From fae031e82234aea31f40e0eea25d051c15ca7c5d Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Tue, 1 Oct 2019 18:58:06 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f14050..3d182fd 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-redshift", - version="1.0.6", + version="1.0.7", description="Singer.io target for loading data to Amazon Redshift - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',