driazati commented on code in PR #11991:
URL: https://github.com/apache/tvm/pull/11991#discussion_r914297625
##########
python/setup.py:
##########
@@ -223,7 +223,7 @@ def long_description_contents():
setup(
name="tvm",
- version=__version__,
+ version="0.9.0",
Review Comment:
> Not sure that’s the right approach, because once this is merged it will
bypass all existing mechanisms of version resolution from git and everything
will report as 0.9.0, which is not correct.
just fyi this is to merge into the `v0.9.0` branch, not `main` so it should
be the same either way (and not affect anything but release builds) but i'll
push a `0.9.0` git tag instead
--
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]