From 0d24b7bef09a0c5838457fee5560a13405631eef Mon Sep 17 00:00:00 2001 From: Shujia Huang Date: Thu, 23 Dec 2021 20:26:23 +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 9109968..e432487 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ __URL__ = "https://github.com/ShujiaHuang/ilus", __LICENSE__ = "BSD (3-clause)", __DOWNLOAD_URL__ = "https://github.com/ShujiaHuang/ilus", - __VERSION__ = "1.1.0", + __VERSION__ = "1.1.1", )