From 69a9ea34556192bb695c65658ae006b3be7cedd5 Mon Sep 17 00:00:00 2001 From: baoleai Date: Fri, 3 Sep 2021 01:56:27 +0800 Subject: [PATCH] Update graph-learn release version to 1.0.1. --- setup/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup.py b/setup/setup.py index b2101d51..b5aa1cb7 100644 --- a/setup/setup.py +++ b/setup/setup.py @@ -24,7 +24,7 @@ from subprocess import check_output # This version string should be updated when releasing a new version. -_VERSION = '1.0.0' +_VERSION = '1.0.1' ROOT_PATH = os.path.abspath(os.path.join(os.getcwd())) CUT_PATH = sys.path[0]