From 5eee77ca8f69390014570219f12a17064181da3e Mon Sep 17 00:00:00 2001 From: Sergey Khoroshavin Date: Fri, 5 Jul 2019 15:23:51 +0300 Subject: [PATCH] Stable 1.1.50 Signed-off-by: Sergey Khoroshavin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd61ecf4..e3c73ab1 100644 --- a/setup.py +++ b/setup.py @@ -38,5 +38,5 @@ '*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', '*.indy']}, include_package_data=True, - install_requires=['indy-node==1.9.0.rc3', 'sovtoken==1.0.0.rc13', 'sovtokenfees==1.0.0.rc13'], + install_requires=['indy-node==1.9.0', 'sovtoken==1.0.0', 'sovtokenfees==1.0.0'], )