From c269f0115c4d113ea78f3e21a0df2e0015d3b655 Mon Sep 17 00:00:00 2001 From: Juergen Eckel Date: Wed, 2 Oct 2019 01:28:58 +0200 Subject: [PATCH] changed bigchaindb_abci version to 0.6.2 Signed-off-by: Juergen Eckel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce5b68b6..9b4565c3 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ install_requires = [ 'jsonschema~=2.5.1', 'pyyaml>=4.2b1', 'aiohttp~=3.0', - 'bigchaindb-abci==0.6.1', + 'bigchaindb-abci==0.6.2', 'setproctitle~=1.1.0', 'packaging~=18.0', ]