From e646edeccaebd0c307ef61e6db316b5a0249a364 Mon Sep 17 00:00:00 2001 From: lash Date: Tue, 26 Apr 2022 09:21:30 +0000 Subject: [PATCH] Upgrade shep --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c87b094..f589ae3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ SQLAlchemy==1.3.20 confini~=0.6.0 pyxdg~=0.27 chainlib>=0.1.0b1,<=0.1.0 -shep>=0.1.1rc1,<=0.2.0 +shep>=0.1.1rc1,<=0.3.0 diff --git a/setup.cfg b/setup.cfg index 1276b43..22c367a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainqueue -version = 0.1.0 +version = 0.1.1 description = Generic blockchain transaction queue control author = Louis Holbrook author_email = dev@holbrook.no