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