chainlib-eth

Ethereum implementation of the chainlib interface
Log | Files | Refs | README | LICENSE

commit e49fae9717ee95d42b9cdd293d265a2f8b9a5515
parent 84c4a82abb8ea963f5e39fee42af4cd2faf95946
Author: lash <dev@holbrook.no>
Date:   Thu, 28 Apr 2022 15:44:04 +0000

Upgrade deps, bump vesrion

Diffstat:
Msetup.cfg | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg @@ -1,10 +1,10 @@ [metadata] name = chainlib-eth -version = 0.1.1 +version = 0.1.2 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no -url = https://gitlab.com/chaintool/chainlib +url = https://gitlab.com/chaintool/chainlib-eth keywords = dlt blockchain @@ -26,7 +26,7 @@ licence_files = [options] include_package_data = True -python_requires = >= 3.6 +python_requires = >= 3.7 packages = chainlib.eth chainlib.eth.dialect