From 029deead75d61e26a80d6a06b0bbe03e6b502965 Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 5 May 2022 15:37:19 +0000 Subject: [PATCH] Upgrade shep to handle exception in filestore list --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 384807c..e0f36d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ leveldir~=0.3.0 confini~=0.6.0 #pyxdg~=0.27 chainlib~=0.1.1 -shep~=0.2.6 +shep~=0.2.7 diff --git a/setup.cfg b/setup.cfg index f3257c0..ecc0206 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainqueue -version = 0.1.13 +version = 0.1.14 description = Generic blockchain transaction queue control author = Louis Holbrook author_email = dev@holbrook.no