From e22824c5f78f52cf35957c167ba71d84f9ddd913 Mon Sep 17 00:00:00 2001 From: laalaguer Date: Mon, 3 Jan 2022 10:48:35 +0800 Subject: [PATCH] Release v1.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68c8cf7..fd1a89f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="thor-requests", - version="1.1.0", + version="1.1.1", author="laalaguer", author_email="laalaguer@gmail.com", description="Simple network VeChain SDK for human to interact with the blockchain",