Skip to content

Commit 24b04b5

Browse files
committed
Bump version.
1 parent a613514 commit 24b04b5

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.11.0"
3+
version = "0.12.0"
44
authors = [
55
"Mara Bos <[email protected]>",
66
"Maarten de Vries <[email protected]>",
@@ -13,7 +13,7 @@ keywords = ["python", "inline", "embed", "macro"]
1313
autoexamples = false
1414

1515
[dependencies]
16-
inline-python-macros = { version = "=0.11.0", path = "./macros" }
16+
inline-python-macros = { version = "=0.12.0", path = "./macros" }
1717
pyo3 = { version = "0.19", default-features = false, features = ["auto-initialize"] }
1818

1919
[workspace]

ct-python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ct-python"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["Mara Bos <[email protected]>"]
55
description = "Execute Python code at compile time to generate Rust code"
66
license = "BSD-2-Clause"
@@ -9,4 +9,4 @@ repository = "https://github.com/fusion-engineering/inline-python/tree/master/ct
99
keywords = ["python", "macro", "generate", "compile-time"]
1010

1111
[dependencies]
12-
inline-python-macros = { version = "=0.11.0", path = "../macros" }
12+
inline-python-macros = { version = "=0.12.0", 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.11.0"
3+
version = "0.12.0"
44
authors = [
55
"Mara Bos <[email protected]>",
66
"Maarten de Vries <[email protected]>",

0 commit comments

Comments
 (0)