From ed7f0a3f71a56525bb8b2ab16bfaead9d2d5dd10 Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 5 May 2022 15:45:59 +0000 Subject: [PATCH] Upgrade chaind to handle exception in filesystem shep list --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 08c1e90..9da135c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -chaind~=0.2.10 +chaind~=0.2.11 hexathon~=0.1.6 chainlib-eth~=0.1.2 pyxdg~=0.27 diff --git a/setup.cfg b/setup.cfg index f4405c2..b34a372 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chaind-eth -version = 0.2.9 +version = 0.2.10 description = Queue server for ethereum author = Louis Holbrook author_email = dev@holbrook.no