From 9a51f81f38fe32f2dfd6bb5d42bc1835c72188f1 Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Thu, 9 Oct 2025 16:07:10 -0700 Subject: [PATCH] release/v0.17.3 Signed-off-by: Saurabh Misra --- codeflash/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeflash/version.py b/codeflash/version.py index 4b45e0b51..21bfb4fe2 100644 --- a/codeflash/version.py +++ b/codeflash/version.py @@ -1,2 +1,2 @@ # These version placeholders will be replaced by uv-dynamic-versioning during build. -__version__ = "0.17.2" +__version__ = "0.17.3"