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 3ab699d chore(release): Bump version after v0.1.6 release (#346)
3ab699d is described below
commit 3ab699d48fdea2db341f1306f979ce8d0f773e3c
Author: Junru Shao <[email protected]>
AuthorDate: Tue Dec 16 15:42:07 2025 -0800
chore(release): Bump version after v0.1.6 release (#346)
---
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 7548899..1610376 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 6
+#define TVM_FFI_VERSION_PATCH 7
// NOLINTEND(modernize-macro-to-enum)
#ifdef __cplusplus