Skip to content

Commit 843db18

Browse files
committed
bump version
1 parent 2219cb0 commit 843db18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-python"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = [ "Marco Mengelkoch" ]
55
description = "A tauri 2 plugin to use python code in the backend."
66
keywords = ["rust", "python", "tauri", "gui"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-plugin-python-api",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"author": "Marco Mengelkoch",
55
"description": "Javascript package for tauri 2 python plugin.",
66
"type": "module",

0 commit comments

Comments
 (0)