From 7f42c3d73574d4b0314c4321b7f9e12e763026db Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 27 Aug 2021 14:38:30 +0200 Subject: [PATCH] Chaind upgrade --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 371cc9d..34700c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -chaind<=0.0.3,>=0.0.3a2 +chaind<=0.0.3,>=0.0.3a3 hexathon~=0.0.1a8 chainlib-eth<=0.1.0,>=0.0.9a5 diff --git a/setup.cfg b/setup.cfg index 1b2ec53..dd562d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chaind-eth -version = 0.0.3a2 +version = 0.0.3a3 description = Queue server for ethereum author = Louis Holbrook author_email = dev@holbrook.no