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