This is an automated email from the ASF dual-hosted git repository. Hzfengsy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git
commit a354b4f59e2890a1665cbd8011d3652568dc5072 Author: ysh329 <[email protected]> AuthorDate: Sun Apr 26 12:56:41 2026 +0000 [release] Update version to 0.25.dev0 on main branch --- include/tvm/runtime/base.h | 2 +- pyproject.toml | 2 +- python/tvm/libinfo.py | 2 +- version.py | 2 +- web/package-lock.json | 4 ++-- web/package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/tvm/runtime/base.h b/include/tvm/runtime/base.h index ae7562e704..8f3f65cfeb 100644 --- a/include/tvm/runtime/base.h +++ b/include/tvm/runtime/base.h @@ -29,7 +29,7 @@ #include <tvm/ffi/c_api.h> // TVM version -#define TVM_VERSION "0.24.0" +#define TVM_VERSION "0.25.dev0" // TVM ships two shared libraries: libtvm_compiler and libtvm_runtime. // Each exposes its own DLL macro pair. The two families are defined diff --git a/pyproject.toml b/pyproject.toml index ca5b02b5d1..888852f04d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ build-backend = "scikit_build_core.build" [project] name = "tvm" # Note: Call version.py to update the version before building the wheel -version = "0.24.0" +version = "0.25.dev0" description = "Apache TVM: An End-to-End Deep Learning Compiler Stack" readme = "README.md" license = { text = "Apache-2.0" } diff --git a/python/tvm/libinfo.py b/python/tvm/libinfo.py index 4219bdb644..ae79df81f6 100644 --- a/python/tvm/libinfo.py +++ b/python/tvm/libinfo.py @@ -396,4 +396,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 version.py -__version__ = "0.24.0" +__version__ = "0.25.dev0" diff --git a/version.py b/version.py index 08db417822..61a346c780 100644 --- a/version.py +++ b/version.py @@ -46,7 +46,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.24.0" +__version__ = "0.25.dev0" # --------------------------------------------------- diff --git a/web/package-lock.json b/web/package-lock.json index 72dffc335c..79c9874fdf 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "tvmjs", - "version": "0.24.0", + "version": "0.25.0-dev0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tvmjs", - "version": "0.24.0", + "version": "0.25.0-dev0", "license": "Apache-2.0", "dependencies": { "audit": "^0.0.6", diff --git a/web/package.json b/web/package.json index dee3be5571..7ef3c170de 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.24.0", + "version": "0.25.0-dev0", "files": [ "lib" ],
