From ff0bbc87d3f7c5b1d1fe266bfab4d4ae46a566c3 Mon Sep 17 00:00:00 2001 From: KDH Date: Sat, 23 May 2020 16:53:14 +0900 Subject: [PATCH] Release 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efbfa6d..834a0f3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="blocksync", - version="1.0.0", + version="1.1.0", author="ehdgua01", author_email="ehdgua01@gmail.com", license="MIT License",