From c23e399e239dfb920bb11a7c0d6cd7845646a321 Mon Sep 17 00:00:00 2001 From: testinnplayin Date: Tue, 5 May 2020 09:15:37 +0200 Subject: [PATCH] bump version to 0.35.0 (#160) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41dd50eb8..1fa9150f8 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def get_static_file_paths(): setup( name='toucan_connectors', - version='0.34.0', + version='0.35.0', description='Toucan Toco Connectors', long_description=(HERE / 'README.md').read_text(encoding='utf-8'), long_description_content_type='text/markdown',