Skip to content

Commit 911162c

Browse files
committed
Bump versions.
1 parent a28fe70 commit 911162c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.0"
3+
version = "0.14.1"
44
description = "Inline Python code directly in your Rust code"
55
license = "BSD-2-Clause"
66
edition = "2018"
@@ -9,7 +9,7 @@ keywords = ["python", "inline", "embed", "macro"]
99
autoexamples = false
1010

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

1515
[workspace]

ct-python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "ct-python"
3-
version = "0.5.9"
3+
version = "0.5.10"
44
description = "Execute Python code at compile time to generate Rust code"
55
license = "BSD-2-Clause"
66
edition = "2018"
77
repository = "https://github.com/m-ou-se/inline-python"
88
keywords = ["python", "macro", "generate", "compile-time"]
99

1010
[dependencies]
11-
inline-python-macros = { version = "0.14.0", path = "../macros" }
11+
inline-python-macros = { version = "0.14.1", path = "../macros" }

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

0 commit comments

Comments
 (0)