From d3f6d1138d4f3c7114f055026a40677c1dbd0c85 Mon Sep 17 00:00:00 2001 From: lash Date: Mon, 14 Feb 2022 13:56:41 +0000 Subject: [PATCH] Skip buggy hexathon --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7718bf2..0612600 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ funga~=0.5.1 pysha3==1.0.2 -hexathon~=0.1.0 +hexathon~=0.1.3 diff --git a/setup.cfg b/setup.cfg index 9cf40ec..9619b72 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name=chainlib license=WTFPL2 author_email=dev@holbrook.no description=Generic blockchain access library and tooling -version=0.0.17 +version=0.0.18 url=https://gitlab.com/chaintools/chainlib author=Louis Holbrook