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 Feb 12, 2025
1 parent 2c49bec commit fc1fc3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inline-python"
version = "0.12.0"
version = "0.13.0"
description = "Inline Python code directly in your Rust code"
license = "BSD-2-Clause"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions ct-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "ct-python"
version = "0.5.7"
version = "0.5.8"
description = "Execute Python code at compile time to generate Rust code"
license = "BSD-2-Clause"
edition = "2018"
repository = "https://github.com/fusion-engineering/inline-python/tree/master/ct-python"
keywords = ["python", "macro", "generate", "compile-time"]

[dependencies]
inline-python-macros = { version = "=0.12.0", path = "../macros" }
inline-python-macros = { version = "=0.13.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.12.0"
version = "0.13.0"
description = "Macros for the inline-python crate"
license = "BSD-2-Clause"
edition = "2018"
Expand Down

0 comments on commit fc1fc3d

Please sign in to comment.