Skip to content

Commit 68bb125

Browse files
ysh329Hzfengsy
authored andcommitted
[release] Update version to 0.21.0 on main branch
1 parent 11f8606 commit 68bb125

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

conda/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
{% set version = '0.21.dev0' %}
18+
{% set version = '0.21.0' %}
1919
{% set pkg_name = 'tvm' %}
2020
{% set cuda_tag = cuda_version | replace('.', '') %} # [cuda]
2121
{% set pkg_name = pkg_name + '-cu' + cuda_tag %} # [cuda]

python/tvm/libinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ def find_include_path(name=None, search_path=None, optional=False):
259259
# We use the version of the incoming release for code
260260
# that is under development.
261261
# The following line is set by tvm/python/update_version.py
262-
__version__ = "0.21.dev0"
262+
__version__ = "0.21.0"

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# Two tag formats are supported:
4545
# - vMAJ.MIN.PATCH (e.g. v0.8.0) or
4646
# - vMAJ.MIN.devN (e.g. v0.8.dev0)
47-
__version__ = "0.21.dev0"
47+
__version__ = "0.21.0"
4848

4949
# ---------------------------------------------------
5050

web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "TVM WASM/WebGPU runtime for JS/TS",
44
"license": "Apache-2.0",
55
"homepage": "https://github.com/apache/tvm/tree/main/web",
6-
"version": "0.21.0-dev0",
6+
"version": "0.21.0",
77
"files": [
88
"lib"
99
],

0 commit comments

Comments
 (0)