Skip to content

Commit bf0e668

Browse files
committed
Prepare Versioning for Update
1 parent 14494ff commit bf0e668

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

patch_python_package.py

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

77
patchright_version = os.environ.get('playwright_version')
8+
patchright_version = "1.52.2"
89

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

0 commit comments

Comments
 (0)