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

yaxingcai 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 6e9b785  chore: fix lint issue (#84)
6e9b785 is described below

commit 6e9b78538d5bfa867c6b438943c0617a85c1a72e
Author: Tianqi Chen <[email protected]>
AuthorDate: Wed Oct 1 19:11:32 2025 -0400

    chore: fix lint issue (#84)
---
 python/tvm_ffi/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/tvm_ffi/__init__.py b/python/tvm_ffi/__init__.py
index 112cd2b..c9b6da5 100644
--- a/python/tvm_ffi/__init__.py
+++ b/python/tvm_ffi/__init__.py
@@ -17,7 +17,7 @@
 """TVM FFI Python package."""
 
 # version
-__version__ = "0.1.0b13"
+__version__ = "0.1.0b14"
 
 # order matters here so we need to skip isort here
 # isort: skip_file

Reply via email to