From 8854e9869e1976287d580cb59126b8f8b7794397 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Fri, 16 Aug 2019 16:24:12 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2334cf3..2c15207 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-postgres", - version="1.0.1", + version="1.0.2", description="Singer.io target for loading data to PostgreSQL - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',