From 54898bb8c58eee70e72b7ba2511ec6aa0d5a79dc Mon Sep 17 00:00:00 2001 From: PrettyWood Date: Thu, 7 Oct 2021 11:21:56 +0200 Subject: [PATCH] v1.3.18 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 863aa0831..9334f1872 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def get_static_file_paths(): setup( name='toucan_connectors', - version='1.3.17', + version='1.3.18', description='Toucan Toco Connectors', long_description=(HERE / 'README.md').read_text(encoding='utf-8'), long_description_content_type='text/markdown',