From 3fac61f944a3c886f53d55b2e71b25747128da56 Mon Sep 17 00:00:00 2001 From: erhsh Date: Thu, 26 Mar 2026 23:40:34 +0800 Subject: [PATCH] [DOC] Fix inconsistent code comments --- python/tvm/libinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/libinfo.py b/python/tvm/libinfo.py index 3f69bb98ecb6..ca6b7932ec61 100644 --- a/python/tvm/libinfo.py +++ b/python/tvm/libinfo.py @@ -261,5 +261,5 @@ def find_include_path(name=None, search_path=None, optional=False): # current version # We use the version of the incoming release for code # that is under development. -# The following line is set by tvm/python/update_version.py +# The following line is set by version.py __version__ = "0.24.dev0"