From 55be00ae67b2df0a68f4744323b8360c5b360b11 Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Thu, 12 Jun 2025 14:32:39 -0700 Subject: [PATCH] release/v0.14.2 --- codeflash/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codeflash/version.py b/codeflash/version.py index 2b7f4314a..4a06ecd39 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.0" -__version_tuple__ = (0, 14, 0) +__version__ = "0.14.2" +__version_tuple__ = (0, 14, 2)