From 90d988f88e9715488f70d11271dd8156979d019c Mon Sep 17 00:00:00 2001 From: Shujia Huang Date: Tue, 21 Feb 2023 17:31:39 +0800 Subject: [PATCH] release v1.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c71a7b..558f482 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.2.2", + __VERSION__="1.3.0", ) if __name__ == "__main__":