From 6c11a62beaa286e8d4da734c776ae4cf69fad7ca Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Mon, 16 Jun 2025 11:39:52 -0700 Subject: [PATCH] release/v0.14.3 --- codeflash/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codeflash/version.py b/codeflash/version.py index 4a06ecd39..29dc6e3ea 100644 --- a/codeflash/version.py +++ b/codeflash/version.py @@ -1,3 +1,3 @@ # These version placeholders will be replaced by poetry-dynamic-versioning during `poetry build`. -__version__ = "0.14.2" -__version_tuple__ = (0, 14, 2) +__version__ = "0.14.3" +__version_tuple__ = (0, 14, 3)