From 5b8b1aeb4658ad6146ea33e5bc5b0756f3e507e0 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Thu, 21 Jan 2021 10:44:20 +0000 Subject: [PATCH] Release 1.0.2 (#17) --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d196170..24c5929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.0.2 (2021-01-21) +------------------- +- Fix publishing to PyPI + 1.0.1 (2021-01-19) ------------------- - Fix UsageRecords and UsageTriggers schemas diff --git a/setup.py b/setup.py index 7bf89e2..5f2df3f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-twilio', - version='1.0.1', + version='1.0.2', description='Singer.io tap for extracting data from the Twilio API - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',