From 79fbd0f61c4b32ece783748d00214db3480fd061 Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Mon, 9 Jun 2025 00:28:17 -0700 Subject: [PATCH] release/v0.14.0 --- codeflash/LICENSE | 4 ++-- codeflash/version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codeflash/LICENSE b/codeflash/LICENSE index 577ff83e2..1fc3ec573 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.13.x +Licensed Work: Codeflash Client version 0.14.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-06-03 +Change Date: 2029-06-09 Change License: MIT diff --git a/codeflash/version.py b/codeflash/version.py index 9b711ab40..2b7f4314a 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.13.1" -__version_tuple__ = (0, 13, 1) +__version__ = "0.14.0" +__version_tuple__ = (0, 14, 0)