We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd24315 commit 03b4261Copy full SHA for 03b4261
requirements.txt
@@ -1,4 +1,4 @@
1
-aiohttp==3.6.2
+aiohttp>=3.7.4
2
appdirs==1.4.4
3
async-timeout==3.0.1
4
asyncio==3.4.3
setup.py
@@ -22,7 +22,7 @@ def parse_requirements(filename):
22
if __name__ == "__main__":
23
setup(
24
name=PACKAGE_NAME,
25
- version="0.2.3",
+ version="0.2.4",
26
description="A simple python package for controlling an aries agent through the admin-api interface",
27
long_description=long_description,
28
long_description_content_type="text/markdown",
0 commit comments