From dc41f47cabd9d111c616a019849ddd3a8c4b0882 Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Wed, 5 Mar 2025 14:40:50 -0800 Subject: [PATCH] release v0.10.1 --- codeflash/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codeflash/version.py b/codeflash/version.py index 55232158e..78e0c26ed 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.10.0" -__version_tuple__ = (0, 10, 0) +__version__ = "0.10.1" +__version_tuple__ = (0, 10, 1)