gemini-code-assist[bot] commented on code in PR #18367:
URL: https://github.com/apache/tvm/pull/18367#discussion_r2425952494


##########
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:
   ![critical](https://www.gstatic.com/codereviewagent/critical.svg)
   
   While the version is updated here, it seems the script was not run or its 
changes were not fully committed. Several files that should be updated with the 
new version are missing from this PR. This will lead to version inconsistencies 
across the project.
   
   Specifically:
   - `pyproject.toml` still shows version `0.22.0.dev0`.
   - `include/tvm/runtime/base.h` still shows version `0.21.dev0`.
   
   Please ensure you run `python version.py` and commit all the modified files 
to resolve 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]

Reply via email to