From 8ac4c7de8c4c514609390b2dfc489a1c0b8085df Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 10 May 2022 17:54:46 +0800 Subject: [PATCH] bugfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3743697..93273a7 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.2.1" +version = "0.2.2" description = "kivy blocks is a tool to build kivy ui with json format uidesc files" author = "yumoqing" email = "yumoqing@icloud.com"