We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b611be commit 042a178Copy full SHA for 042a178
codeflash/version.py
@@ -1,3 +1,3 @@
1
# These version placeholders will be replaced by poetry-dynamic-versioning during `poetry build`.
2
-__version__ = "0.12.0.post4.dev0+4bc590a8"
3
-__version_tuple__ = (0, 12, 0, "post4", "dev0", "4bc590a8")
+__version__ = "0.12.0"
+__version_tuple__ = (0, 12, 0)
0 commit comments