File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Business Source License 1.1
33Parameters
44
55Licensor: CodeFlash Inc.
6- Licensed Work: Codeflash Client version 0.14 .x
6+ Licensed Work: Codeflash Client version 0.15 .x
77 The Licensed Work is (c) 2024 CodeFlash Inc.
88
99Additional 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-06-09
16+ Change Date: 2029-07-03
1717
1818Change License: MIT
1919
Original file line number Diff line number Diff line change 22from datetime import datetime
33from pathlib import Path
44
5- from .version import __version__
5+ from codeflash .version import __version__
66
77
88def main () -> None :
Original file line number Diff line number Diff line change 11# These version placeholders will be replaced by uv-dynamic-versioning during build.
2- __version__ = "0.14.7 "
2+ __version__ = "0.15.0 "
You can’t perform that action at this time.
0 commit comments