From b0d4383c7fefdc98df61e9ae56c0d1cb300b1421 Mon Sep 17 00:00:00 2001 From: testinnplayin Date: Mon, 27 Apr 2020 13:28:42 +0200 Subject: [PATCH] Bumped version of Toucan Connectors (#157) - also froze version of pytest-asyncio to that of what's used in laputa --- requirements-testing.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index f5912f255..7e0d669b7 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,7 +6,7 @@ flake8 >= 3.5.0 flake8-quotes isort pytest-aiohttp >= 0.3.0 -pytest-asyncio +pytest-asyncio >= 0.10.0 pytest-cov >= 2.5.1 pytest >= 3.4.2 pytest-mock >= 1.9.0 diff --git a/setup.py b/setup.py index 6b4b5f91a..41dd50eb8 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def get_static_file_paths(): setup( name='toucan_connectors', - version='0.33.0', + version='0.34.0', description='Toucan Toco Connectors', long_description=(HERE / 'README.md').read_text(encoding='utf-8'), long_description_content_type='text/markdown',