From ad30a84b7908c8d4c49da2e924ccd5d7b82ca1aa Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Tue, 16 Dec 2025 13:15:45 +0100 Subject: [PATCH] Bump version to 0.3.2 The publication of 0.3.1 to PyPI failed because I forgot to change the crate version before I pushed the tag. Signed-off-by: Sahas Subramanian --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0822a17..58958f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "frequenz-microgrid-component-graph-python-bindings" -version = "0.3.0" +version = "0.3.2" dependencies = [ "frequenz-microgrid-component-graph", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index edfc238..c21a50c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frequenz-microgrid-component-graph-python-bindings" -version = "0.3.0" +version = "0.3.2" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html