Skip to content

Commit 680d0da

Browse files
Merge pull request #29 from codeflash-ai/release/v0.10.0
release/v0.10.0
2 parents 4469fac + 02cfca0 commit 680d0da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

codeflash/LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Business Source License 1.1
33
Parameters
44

55
Licensor: CodeFlash Inc.
6-
Licensed Work: Codeflash Client version 0.9.x
6+
Licensed Work: Codeflash Client version 0.10.x
77
The Licensed Work is (c) 2024 CodeFlash Inc.
88

99
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
1313
Platform. Please visit codeflash.ai for further
1414
information.
1515

16-
Change Date: 2029-01-06
16+
Change Date: 2029-02-25
1717

1818
Change License: MIT
1919

codeflash/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These version placeholders will be replaced by poetry-dynamic-versioning during `poetry build`.
2-
__version__ = "0.9.2"
3-
__version_tuple__ = (0, 9, 2)
2+
__version__ = "0.10.0"
3+
__version_tuple__ = (0, 10, 0)

0 commit comments

Comments
 (0)