From fb01f7f30f4f2b961ff94242d199cb43599796f1 Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Tue, 24 Jun 2025 00:40:26 -0700 Subject: [PATCH] release/v0.14.6 --- codeflash/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codeflash/version.py b/codeflash/version.py index 5b2944807..cb4d9470e 100644 --- a/codeflash/version.py +++ b/codeflash/version.py @@ -1,3 +1,3 @@ # These version placeholders will be replaced by uv-dynamic-versioning during build. -__version__ = "0.14.5" -__version_tuple__ = (0, 14, 5) +__version__ = "0.14.6" +__version_tuple__ = (0, 14, 6)