Skip to content

Commit d19ef04

Browse files
committed
Bump version to 0.99.18
1 parent c97d6b8 commit d19ef04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
python-version: "3.x"
7474

7575
- name: Download all artifacts
76-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4.2.1
7777
with:
7878
path: dist
7979

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "webview_python"
7-
version = "0.99.17"
7+
version = "0.99.18"
88
description = "Python bindings for the webview library, which completely follow deno_webview design and principles"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)