From 22f3b2224a2e0875bc03f9eb3c8411ca5970ce9d Mon Sep 17 00:00:00 2001 From: Robert Valta Date: Tue, 5 May 2020 22:57:20 +0300 Subject: [PATCH] Doesn't actually change the python API --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c69bd055..51313feb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="hmt-escrow", - version="0.8.0", + version="0.7.13", author="HUMAN Protocol", description= "A python library to launch escrow contracts to the HUMAN network.",