mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Merge pull request #29 from codeflash-ai/release/v0.10.0
release/v0.10.0
This commit is contained in:
commit
680d0da5eb
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ Business Source License 1.1
|
|||
Parameters
|
||||
|
||||
Licensor: CodeFlash Inc.
|
||||
Licensed Work: Codeflash Client version 0.9.x
|
||||
Licensed Work: Codeflash Client version 0.10.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-01-06
|
||||
Change Date: 2029-02-25
|
||||
|
||||
Change License: MIT
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# These version placeholders will be replaced by poetry-dynamic-versioning during `poetry build`.
|
||||
__version__ = "0.9.2"
|
||||
__version_tuple__ = (0, 9, 2)
|
||||
__version__ = "0.10.0"
|
||||
__version_tuple__ = (0, 10, 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue