This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
The following commit(s) were added to refs/heads/main by this push:
new f7e09d6 [ADDON] bump torch c dlpack ext version to 0.1.4 (#324)
f7e09d6 is described below
commit f7e09d6a96b54554190bae0d7ba9ff7a6e9a109e
Author: Yaxing Cai <[email protected]>
AuthorDate: Mon Dec 8 15:39:23 2025 -0800
[ADDON] bump torch c dlpack ext version to 0.1.4 (#324)
bump torch c dlpack ext version to 0.1.4
---
addons/torch_c_dlpack_ext/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/addons/torch_c_dlpack_ext/pyproject.toml
b/addons/torch_c_dlpack_ext/pyproject.toml
index 14a5996..f68296d 100644
--- a/addons/torch_c_dlpack_ext/pyproject.toml
+++ b/addons/torch_c_dlpack_ext/pyproject.toml
@@ -17,7 +17,7 @@
[project]
name = "torch_c_dlpack_ext"
-version = "0.1.3"
+version = "0.1.4"
requires-python = ">=3.9"
description = "torch c dlpack ext"
dependencies = ["torch"]