Skip to content

Commit a9af6d8

Browse files
committed
Prepare Versioning for Update
1 parent 0ce5002 commit a9af6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch_python_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import toml
66

77
patchright_version = os.environ.get('playwright_version')
8-
patchright_version = "1.52.4"
8+
# patchright_version = "1.52.4"
99

1010
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
1111
with open(file_path, "w") as f:

0 commit comments

Comments
 (0)