From 0726f7a730f394a5eec2e37ffac95fe58aa58f54 Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 5 May 2022 15:39:18 +0000 Subject: [PATCH] Upgrade shep, handle exception in filestore list in shep --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d6e886..e22d312 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ confini~=0.6.0 semver==2.13.0 hexathon~=0.1.6 chainlib~=0.1.2 -shep~=0.2.6 +shep~=0.2.7 diff --git a/setup.cfg b/setup.cfg index 1b51665..a37ddae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainsyncer -version = 0.4.5 +version = 0.4.6 description = Generic blockchain syncer driver author = Louis Holbrook author_email = dev@holbrook.no