Merge pull request #173 from codeflash-ai/release/v0.12.1

release v0.12.1
This commit is contained in:
Saurabh Misra 2025-04-25 14:15:17 -07:00 committed by GitHub
commit a5ae7cbee1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,3 @@
# These version placeholders will be replaced by poetry-dynamic-versioning during `poetry build`.
__version__ = "0.12.0"
__version_tuple__ = (0, 12, 0)
__version__ = "0.12.1"
__version_tuple__ = (0, 12, 1)