Skip to content

Commit 69a9ea3

Browse files
committed
Update graph-learn release version to 1.0.1.
1 parent 2f5be7a commit 69a9ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from subprocess import check_output
2525

2626
# This version string should be updated when releasing a new version.
27-
_VERSION = '1.0.0'
27+
_VERSION = '1.0.1'
2828

2929
ROOT_PATH = os.path.abspath(os.path.join(os.getcwd()))
3030
CUT_PATH = sys.path[0]

0 commit comments

Comments
 (0)