From 206d4f8eeb6ccde2a5b3dcbbaf0ccbeda564ddcc Mon Sep 17 00:00:00 2001 From: Cong Zhang <13283869+congzhangzh@users.noreply.github.com> Date: Sun, 3 Nov 2024 23:43:25 +0800 Subject: [PATCH] Bump version to 0.99.16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f207a9f..10765a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "webview_python" -version = "0.99.15" +version = "0.99.16" description = "Python bindings for the webview library, which completely follow deno_webview design and principles" readme = "README.md" license = { file = "LICENSE" }