Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Jul 6, 2023
1 parent a613514 commit 24b04b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inline-python"
version = "0.11.0"
version = "0.12.0"
authors = [
"Mara Bos <m-ou.se@m-ou.se>",
"Maarten de Vries <maarten@de-vri.es>",
Expand All @@ -13,7 +13,7 @@ keywords = ["python", "inline", "embed", "macro"]
autoexamples = false

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

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions ct-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ct-python"
version = "0.5.6"
version = "0.5.7"
authors = ["Mara Bos <m-ou.se@m-ou.se>"]
description = "Execute Python code at compile time to generate Rust code"
license = "BSD-2-Clause"
Expand All @@ -9,4 +9,4 @@ repository = "https://github.com/fusion-engineering/inline-python/tree/master/ct
keywords = ["python", "macro", "generate", "compile-time"]

[dependencies]
inline-python-macros = { version = "=0.11.0", path = "../macros" }
inline-python-macros = { version = "=0.12.0", path = "../macros" }
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inline-python-macros"
version = "0.11.0"
version = "0.12.0"
authors = [
"Mara Bos <m-ou.se@m-ou.se>",
"Maarten de Vries <maarten@de-vri.es>",
Expand Down

0 comments on commit 24b04b5

Please sign in to comment.