From 3a95f722a64539d5772c0972d8752aabf5504c10 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Fri, 16 Aug 2019 16:12:58 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 930e687..9ebaa9b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='pipelinewise-tap-salesforce', - version='1.0.0', + version='1.0.1', description='Singer.io tap for extracting data from the Salesforce API - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown', # This is important!