Skip to content

Commit 5c53d92

Browse files
committed
quicl fix
1 parent dcf9286 commit 5c53d92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

codeflash/code_utils/code_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
def custom_addopts() -> None:
2121
pyproject_file = find_pyproject_toml()
2222
original_content = None
23+
non_blacklist_plugin_args = ""
2324

2425
try:
2526
# Read original file

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.3"
3-
__version_tuple__ = (0, 12, 3)
2+
__version__ = "0.12.3.post54.dev0+dcf92867"
3+
__version_tuple__ = (0, 12, 3, "post54", "dev0", "dcf92867")

0 commit comments

Comments
 (0)