From a90022ca2d7b1adf8f5c26f89144dbde43d59388 Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Mon, 28 Jul 2025 19:02:45 -0700 Subject: [PATCH] release v0.16.0 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 cb0295fa1..f40534bbf 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.15.6" +__version__ = "0.16.0"