From 77ebc2b658b86ef9b96948aa2a9a06c1ac459e8b Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Thu, 14 Aug 2025 17:30:36 -0700 Subject: [PATCH] release/v0.16.4 Signed-off-by: Saurabh Misra --- codeflash/LICENSE | 4 ++-- codeflash/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codeflash/LICENSE b/codeflash/LICENSE index 505c720b9..4a284752a 100644 --- a/codeflash/LICENSE +++ b/codeflash/LICENSE @@ -3,7 +3,7 @@ Business Source License 1.1 Parameters Licensor: CodeFlash Inc. -Licensed Work: Codeflash Client version 0.15.x +Licensed Work: Codeflash Client version 0.16.x The Licensed Work is (c) 2024 CodeFlash Inc. Additional Use Grant: None. Production use of the Licensed Work is only permitted @@ -13,7 +13,7 @@ Additional Use Grant: None. Production use of the Licensed Work is only permitte Platform. Please visit codeflash.ai for further information. -Change Date: 2029-07-03 +Change Date: 2029-08-14 Change License: MIT diff --git a/codeflash/version.py b/codeflash/version.py index 42ce5de3f..e9c59c6fa 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.16.3" +__version__ = "0.16.4"