From fcca51bea8f8053bb9ef59b3184992a332c4ef3f Mon Sep 17 00:00:00 2001 From: Izzet Yildirim Date: Fri, 11 Oct 2024 15:59:28 -0500 Subject: [PATCH] Add DOI to CITATION.cff (#224) --- CITATION.cff | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 1c8b0c6..1136436 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,8 @@ cff-version: 1.2.0 message: If you use this software, please cite the software and the paper. title: "DFTracer: An Analysis-Friendly Data Flow Tracer for AI-Driven Workflows" +version: 1.0.6 +doi: 10.5281/zenodo.13917384 abstract: A multi-level dataflow tracer designed for capturing I/O calls from AI-driven workflows. license: MIT url: https://github.com/hariharan-devarajan/dftracer