The next dev-cycle tag v0.26.dev0 is already on main, so setuptools_scm derives the version of normal git builds straight from the tag as 0.26.devN (verified: it resolves to 0.26.dev117 on this branch). This commit does not change those builds.
It only updates the versions setuptools_scm does not produce: the hardcoded fallbacks used when there is no git metadata to read, e.g. sdists or bare source checkouts (TVM_VERSION in include/tvm/runtime/base.h, fallback_version in pyproject.toml, __version__ in python/tvm/libinfo.py), plus the hand-managed tvmjs npm version (web/package.json, web/package-lock.json). All move from the old 0.25 cycle to 0.26. You can view, comment on, or merge this pull request online at: https://github.com/apache/tvm/pull/19845 -- Commit Summary -- * [BUILD] Sync fallback version strings to 0.26 dev cycle -- File Changes -- M include/tvm/runtime/base.h (2) M pyproject.toml (4) M python/tvm/libinfo.py (2) M web/package-lock.json (4) M web/package.json (2) -- Patch Links -- https://github.com/apache/tvm/pull/19845.patch https://github.com/apache/tvm/pull/19845.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/pull/19845 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/pull/[email protected]>
