Skip to content

Commit af3e4ba

Browse files
ysh329Hzfengsy
authored andcommitted
[release] Update version to 0.24.0 on main branch
1 parent baec626 commit af3e4ba

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

include/tvm/runtime/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <tvm/ffi/c_api.h>
3030

3131
// TVM version
32-
#define TVM_VERSION "0.24.dev0"
32+
#define TVM_VERSION "0.24.0"
3333

3434
// TVM ships two shared libraries: libtvm_compiler and libtvm_runtime.
3535
// Each exposes its own DLL macro pair. The two families are defined

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build-backend = "scikit_build_core.build"
2222
[project]
2323
name = "tvm"
2424
# Note: Call version.py to update the version before building the wheel
25-
version = "0.24.dev0"
25+
version = "0.24.0"
2626
description = "Apache TVM: An End-to-End Deep Learning Compiler Stack"
2727
readme = "README.md"
2828
license = { text = "Apache-2.0" }

python/tvm/libinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,4 @@ def find_include_path(name=None, search_path=None, optional=False):
396396
# We use the version of the incoming release for code
397397
# that is under development.
398398
# The following line is set by version.py
399-
__version__ = "0.24.dev0"
399+
__version__ = "0.24.0"

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# Two tag formats are supported:
4747
# - vMAJ.MIN.PATCH (e.g. v0.8.0) or
4848
# - vMAJ.MIN.devN (e.g. v0.8.dev0)
49-
__version__ = "0.24.dev0"
49+
__version__ = "0.24.0"
5050

5151
# ---------------------------------------------------
5252

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.24.0-dev3",
6+
"version": "0.24.0",
77
"files": [
88
"lib"
99
],

0 commit comments

Comments
 (0)