Skip to content

Commit

Permalink
0.4.31: fix aiohttp version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhenriksson committed Nov 1, 2021
1 parent 2a16ac5 commit 760ddb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cowait/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.4.30"
version = "0.4.31"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cowait"
version = "0.4.30"
version = "0.4.31"
description = ""
authors = ["Backtick Technologies <[email protected]>"]
license = "Apache License v2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'docker>=4',
'kubernetes>=10',
'nest-asyncio>=1.4.1',
'aiohttp>=3',
'aiohttp==3.7.4',
'aiohttp-middlewares>=1',
'pytest>=6',
'alt-pytest-asyncio>=0.5.3', # would be nice to move to the widely used pytest-asyncio
Expand Down

0 comments on commit 760ddb3

Please sign in to comment.