From 55c2f63670a6c4290b10e79eeb0c4ad1a65e217c Mon Sep 17 00:00:00 2001 From: Luc Leonard Date: Mon, 2 Nov 2020 14:20:33 +0100 Subject: [PATCH] chores(version): bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 15af2126c..934c24d80 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def get_static_file_paths(): setup( name='toucan_connectors', - version='0.43.9', + version='0.43.10', description='Toucan Toco Connectors', long_description=(HERE / 'README.md').read_text(encoding='utf-8'), long_description_content_type='text/markdown',