Skip to content

Commit 8ec0e98

Browse files
committed
Bump versions.
1 parent 16751ec commit 8ec0e98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3"
3+
version = "0.14.4"
44
description = "Inline Python code directly in your Rust code"
55
license = "BSD-2-Clause"
66
edition = "2024"
@@ -10,7 +10,7 @@ autoexamples = false
1010
rust-version = "1.88.0"
1111

1212
[dependencies]
13-
inline-python-macros = { version = "0.16.0", path = "./macros" }
13+
inline-python-macros = { version = "0.16.1", path = "./macros" }
1414
pyo3 = { version = "0.25", default-features = false, features = ["auto-initialize"] }
1515

1616
[workspace]

ct-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ct-python"
3-
version = "0.5.11"
3+
version = "0.5.12"
44
description = "Execute Python code at compile time to generate Rust code"
55
license = "BSD-2-Clause"
66
edition = "2024"

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.16.0"
3+
version = "0.16.1"
44
description = "Macros for the inline-python crate"
55
license = "BSD-2-Clause"
66
edition = "2024"

0 commit comments

Comments
 (0)