From 4abec1097985d5ec04391b5c0a5099d3de6404e5 Mon Sep 17 00:00:00 2001 From: Doggo <27985126+sabotagebeats@users.noreply.github.com> Date: Mon, 13 Dec 2021 12:00:18 -0800 Subject: [PATCH] chore: update eth-ape>=0.1.0a31 pin in setup.py (#10) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 856b676..4ac43f4 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ url="https://github.com/ApeWorX/ape-etherscan", include_package_data=True, install_requires=[ - "eth-ape>=0.1.0a14", + "eth-ape>=0.1.0a31", "importlib-metadata ; python_version<'3.8'", ], # NOTE: Add 3rd party libraries here python_requires=">=3.7,<4",