Skip to content

Commit d24df88

Browse files
committed
Bump versions.
1 parent f16b9b2 commit d24df88

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.7.0"
3+
version = "0.7.1"
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.7.0", path = "./macros" }
16+
inline-python-macros = { version = "=0.7.1", path = "./macros" }
1717
pyo3 = { version = "0.14.0", 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.2"
3+
version = "0.5.3"
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.7.0", path = "../macros" }
12+
inline-python-macros = { version = "=0.7.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.7.0"
3+
version = "0.7.1"
44
authors = [
55
"Mara Bos <[email protected]>",
66
"Maarten de Vries <[email protected]>",

0 commit comments

Comments
 (0)