mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Del unused run tmp file from aiservice
This commit is contained in:
parent
7ca855dd7b
commit
d79059d2b3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# These version placeholders will be replaced by poetry-dynamic-versioning during `poetry build`.
|
||||
__version__ = "0.4.3.post127.dev0+214a2bd"
|
||||
__version_tuple__ = (0, 4, 3, "post127", "dev0", "214a2bd")
|
||||
__version__ = "0.1.0"
|
||||
__version_tuple__ = (0, 1, 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue