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

junrushao 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 82efbbb  chore(release): Version bump after v0.1.5 release (#321)
82efbbb is described below

commit 82efbbb7cf617e2deb83a7fa0d16e3bbf02d511d
Author: Junru Shao <[email protected]>
AuthorDate: Sun Dec 7 11:29:26 2025 -0800

    chore(release): Version bump after v0.1.5 release (#321)
    
    - Release: https://github.com/apache/tvm-ffi/releases/tag/v0.1.5
    - Vote thread: https://github.com/apache/tvm-ffi/issues/316
    - Result thread: https://github.com/apache/tvm-ffi/issues/320
---
 include/tvm/ffi/c_api.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/tvm/ffi/c_api.h b/include/tvm/ffi/c_api.h
index 9ed1ce8..6dde4fc 100644
--- a/include/tvm/ffi/c_api.h
+++ b/include/tvm/ffi/c_api.h
@@ -62,7 +62,7 @@
 /*! \brief TVM FFI minor version. */
 #define TVM_FFI_VERSION_MINOR 1
 /*! \brief TVM FFI patch version. */
-#define TVM_FFI_VERSION_PATCH 5
+#define TVM_FFI_VERSION_PATCH 6
 // NOLINTEND(modernize-macro-to-enum)
 
 #ifdef __cplusplus

Reply via email to