Skip to content

Commit 6de7bd7

Browse files
committed
Bump version.
1 parent 2c49bec commit 6de7bd7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inline-python"
3-
version = "0.12.0"
3+
version = "0.13.0"
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.12.0", path = "./macros" }
12+
inline-python-macros = { version = "=0.13.0", path = "./macros" }
1313
pyo3 = { version = "0.23", default-features = false, features = ["auto-initialize"] }
1414

1515
[workspace]

ct-python/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "ct-python"
3-
version = "0.5.7"
3+
version = "0.5.8"
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/fusion-engineering/inline-python/tree/master/ct-python"
88
keywords = ["python", "macro", "generate", "compile-time"]
99

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

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inline-python-macros"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "Macros for the inline-python crate"
55
license = "BSD-2-Clause"
66
edition = "2018"

0 commit comments

Comments
 (0)