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"