This is an automated email from the ASF dual-hosted git repository.
syfeng 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 bb653e9 chore(release): Version bump after v0.1.4 release (#296)
bb653e9 is described below
commit bb653e9a74638b1dca40fd852f8bcdf3b2497f1c
Author: Junru Shao <[email protected]>
AuthorDate: Sun Nov 30 19:12:59 2025 -0800
chore(release): Version bump after v0.1.4 release (#296)
- Vote thread: https://github.com/apache/tvm-ffi/issues/291
- Result thread: https://github.com/apache/tvm-ffi/issues/294
---
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 ac1ac8a..54fd8e7 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 4
+#define TVM_FFI_VERSION_PATCH 5
// NOLINTEND(modernize-macro-to-enum)
#ifdef __cplusplus