Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/tvm/libinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading