gemini-code-assist[bot] commented on code in PR #148: URL: https://github.com/apache/tvm-ffi/pull/148#discussion_r2436922273
########## pyproject.toml: ########## @@ -17,7 +17,7 @@ [project] name = "apache-tvm-ffi" -version = "0.1.0b20" +version = "0.1.0" Review Comment:  This version bump to `0.1.0` is not reflected in `python/tvm_ffi/__init__.py`, which still contains `__version__ = "0.1.0b20"`. This inconsistency will lead to the package reporting an incorrect version after installation. Please update `python/tvm_ffi/__init__.py` to match this version. The repository contains a script at `tests/lint/check_version.py` that appears to automate this synchronization. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
