Skip to content

Commit

Permalink
Bumped version of Toucan Connectors (#157)
Browse files Browse the repository at this point in the history
- also froze version of pytest-asyncio to that of what's used in laputa
  • Loading branch information
testinnplayin authored Apr 27, 2020
1 parent 845c869 commit b0d4383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b0d4383

Please sign in to comment.