Skip to content

Commit 14558c2

Browse files
author
Archan Das
committed
change version number back
1 parent 899ca92 commit 14558c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeflash/version.py

Lines changed: 2 additions & 2 deletions
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.12.2.post2.dev0+b6bbeecc"
3-
__version_tuple__ = (0, 12, 2, "post2", "dev0", "b6bbeecc")
2+
__version__ = "0.12.2"
3+
__version_tuple__ = (0, 12, 2)

0 commit comments

Comments
 (0)