gemini-code-assist[bot] commented on code in PR #18368: URL: https://github.com/apache/tvm/pull/18368#discussion_r2425995770
########## version.py: ########## @@ -45,7 +45,7 @@ # Two tag formats are supported: # - vMAJ.MIN.PATCH (e.g. v0.8.0) or # - vMAJ.MIN.devN (e.g. v0.8.dev0) -__version__ = "0.22.dev0" +__version__ = "0.23.dev0" Review Comment:  This version update is correct for this file, but the overall version bump in this pull request is incomplete. The `version.py` script is designed to update several files to ensure version consistency, but some files were missed. Specifically: - `pyproject.toml` still shows version `0.22.0.dev0`. - `include/tvm/runtime/base.h` still shows version `0.21.dev0`. These inconsistencies will likely cause build and packaging failures. Please run `python version.py` and commit all the changed files to fix this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
