From f7d0864851f6d8b8484b8ece55a185d3034f0218 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 24 Apr 2022 13:27:21 +0800 Subject: [PATCH] bugfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0c140b..5ef77b9 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from Cython.Build import cythonize # python setup.py bdist_egg generate a egg file # Release information about eway -version = "0.1.7" +version = "0.2.0" description = "kivy blocks is a tool to build kivy ui with json format uidesc files" author = "yumoqing" email = "yumoqing@icloud.com"