From 6bca4ff143b31ddf3b1ad13a4b991f236758aa36 Mon Sep 17 00:00:00 2001 From: Josh Romero Date: Tue, 18 Nov 2025 08:24:05 -0800 Subject: [PATCH] Bump header version. Signed-off-by: Josh Romero --- src/csrc/include/torchfort.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/csrc/include/torchfort.h b/src/csrc/include/torchfort.h index fa14b11..dd116da 100644 --- a/src/csrc/include/torchfort.h +++ b/src/csrc/include/torchfort.h @@ -29,8 +29,8 @@ typedef void* cudaStream_t; #include "torchfort_rl.h" #define TORCHFORT_MAJOR 0 -#define TORCHFORT_MINOR 3 -#define TORCHFORT_PATCH 1 +#define TORCHFORT_MINOR 4 +#define TORCHFORT_PATCH 0 #define WANDB_LOG_FUNC(dtype) \ torchfort_result_t torchfort_wandb_log_##dtype(const char* name, const char* metric_name, int64_t step, \