Skip to content

Commit 2438835

Browse files
committed
Bump versions.
1 parent 73bfc90 commit 2438835

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = [
55
"Mara Bos <[email protected]>",
66
"Maarten de Vries <[email protected]>",

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.0.0"
3+
version = "0.5.0"
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.5.0", path = "../macros" }
12+
inline-python-macros = { version = "0.5.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.5.0"
3+
version = "0.5.1"
44
authors = [
55
"Mara Bos <[email protected]>",
66
"Maarten de Vries <[email protected]>",

0 commit comments

Comments
 (0)