Skip to content

Commit 91285af

Browse files
committed
Bump versions.
1 parent 2f978b9 commit 91285af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inline-python"
3-
version = "0.14.2"
3+
version = "0.14.3"
44
description = "Inline Python code directly in your Rust code"
55
license = "BSD-2-Clause"
66
edition = "2024"
@@ -9,7 +9,7 @@ keywords = ["python", "inline", "embed", "macro"]
99
autoexamples = false
1010

1111
[dependencies]
12-
inline-python-macros = { version = "0.15.0", path = "./macros" }
12+
inline-python-macros = { version = "0.16.0", path = "./macros" }
1313
pyo3 = { version = "0.24", default-features = false, features = ["auto-initialize"] }
1414

1515
[workspace]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inline-python-macros"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
description = "Macros for the inline-python crate"
55
license = "BSD-2-Clause"
66
edition = "2024"

0 commit comments

Comments
 (0)