From d66f27a0615056678dc74db09842f8abacd672c4 Mon Sep 17 00:00:00 2001 From: toktar Date: Mon, 28 Jan 2019 19:11:25 +0300 Subject: [PATCH] bump plenum 1.6.665 Signed-off-by: toktar --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26df507e2..88b35881d 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ data_files=[( (BASE_DIR, ['data/nssm_original.exe']) )], - install_requires=['indy-plenum-dev==1.6.664', + install_requires=['indy-plenum-dev==1.6.665', 'python-dateutil', 'timeout-decorator==0.4.0', 'distro==1.3.0'],