leandron commented on code in PR #11991:
URL: https://github.com/apache/tvm/pull/11991#discussion_r914232716
##########
python/setup.py:
##########
@@ -223,7 +223,7 @@ def long_description_contents():
setup(
name="tvm",
- version=__version__,
+ version="0.9.0",
Review Comment:
For a bit more context, the current mechanism will put the right version
once it bumps in a version tag, and won’t show the git hash suffix.
--
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]