This is an automated email from the ASF dual-hosted git repository.

syfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 68bb125ded265abf1ce46843979feae085fed03d
Author: ysh329 <[email protected]>
AuthorDate: Wed Jul 2 11:23:04 2025 +0000

    [release] Update version to 0.21.0 on main branch
---
 conda/recipe/meta.yaml | 2 +-
 python/tvm/libinfo.py  | 2 +-
 version.py             | 2 +-
 web/package-lock.json  | 4 ++--
 web/package.json       | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml
index d9b1db4971..ddc2570ef9 100644
--- a/conda/recipe/meta.yaml
+++ b/conda/recipe/meta.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-{% set version = '0.21.dev0' %}
+{% set version = '0.21.0' %}
 {% set pkg_name = 'tvm' %}
 {% set cuda_tag = cuda_version | replace('.', '') %} # [cuda]
 {% set pkg_name = pkg_name + '-cu' + cuda_tag %} # [cuda]
diff --git a/python/tvm/libinfo.py b/python/tvm/libinfo.py
index d05f448540..316e5e286f 100644
--- a/python/tvm/libinfo.py
+++ b/python/tvm/libinfo.py
@@ -259,4 +259,4 @@ def find_include_path(name=None, search_path=None, 
optional=False):
 # We use the version of the incoming release for code
 # that is under development.
 # The following line is set by tvm/python/update_version.py
-__version__ = "0.21.dev0"
+__version__ = "0.21.0"
diff --git a/version.py b/version.py
index bf2f0343d6..d331ee65a3 100644
--- a/version.py
+++ b/version.py
@@ -44,7 +44,7 @@ import subprocess
 # Two tag formats are supported:
 # - vMAJ.MIN.PATCH (e.g. v0.8.0) or
 # - vMAJ.MIN.devN (e.g. v0.8.dev0)
-__version__ = "0.21.dev0"
+__version__ = "0.21.0"
 
 # ---------------------------------------------------
 
diff --git a/web/package-lock.json b/web/package-lock.json
index 4225183570..277c42d7cc 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tvmjs",
-  "version": "0.21.0-dev0",
+  "version": "0.21.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "tvmjs",
-      "version": "0.21.0-dev0",
+      "version": "0.21.0",
       "license": "Apache-2.0",
       "devDependencies": {
         "@rollup/plugin-commonjs": "^20.0.0",
diff --git a/web/package.json b/web/package.json
index b4fc25e12f..bdfa3668e4 100644
--- a/web/package.json
+++ b/web/package.json
@@ -3,7 +3,7 @@
   "description": "TVM WASM/WebGPU runtime for JS/TS",
   "license": "Apache-2.0",
   "homepage": "https://github.com/apache/tvm/tree/main/web";,
-  "version": "0.21.0-dev0",
+  "version": "0.21.0",
   "files": [
     "lib"
   ],

Reply via email to