Merge pull request #1029 from codeflash-ai/release/v0.7.0

release v0.7.0
This commit is contained in:
Saurabh Misra 2024-10-10 17:54:08 -07:00 committed by GitHub
commit 83d2c0b385
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ Business Source License 1.1
Parameters
Licensor: CodeFlash Inc.
Licensed Work: Codeflash Client version 0.6.x
Licensed Work: Codeflash Client version 0.7.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: 2028-05-13
Change Date: 2028-10-10
Change License: MIT

View file

@ -1,3 +1,3 @@
# These version placeholders will be replaced by poetry-dynamic-versioning during `poetry build`.
__version__ = "0.6.22"
__version_tuple__ = (0, 6, 22)
__version__ = "0.7.0"
__version_tuple__ = (0, 7, 0)