From 60b97b3cbb8999f3143c6a0b1678b3607bbc3a28 Mon Sep 17 00:00:00 2001 From: yizhihenpidehou <806237230@qq.com> Date: Mon, 5 Feb 2024 15:13:38 +0800 Subject: [PATCH] chore: upgrade to 1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ffa303ac..81ce1198 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ CYTHON_STR = "Cython" setuptools.setup( name="Python-EasyGraph", - version="1.0", + version="1.1", author="Fudan DataNET Group", author_email="mgao21@m.fudan.edu.cn", description="Easy Graph",