From 26e8b4d21423ea56af709b72d7ed8e0bba5d63d2 Mon Sep 17 00:00:00 2001 From: laalaguer Date: Thu, 15 Jul 2021 11:54:53 +0800 Subject: [PATCH] release v0.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da14e2e..9e7fca0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="thor-requests", - version="0.7.3", + version="0.8.0", author="laalaguer", author_email="laalaguer@gmail.com", description="Simple network VeChain SDK for human to interact with the blockchain",