tqchen commented on code in PR #11991:
URL: https://github.com/apache/tvm/pull/11991#discussion_r918936213
##########
python/setup.py:
##########
@@ -223,7 +223,7 @@ def long_description_contents():
setup(
name="tvm",
- version=__version__,
+ version="0.9.0",
Review Comment:
Here is what we did in the past release:
- we cut the branch, and update the version number in the new 0.9
branch(main stay untouched).
- We will tag v0.9.dev0 in the cutoff pt so the git mechanism works properly
If the tag git tag matches the version, perhaps we can go with directly
using the current mechanism via `__version__` as @leandron suggested
--
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]