diff --git a/Cargo.toml b/Cargo.toml index 708351a..23d1587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frequenz-microgrid-component-graph" description = "A library for representing the components of a microgrid and the connections between them as a Directed Acyclic Graph (DAG)." -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/frequenz-floss/frequenz-microgrid-component-graph-rs" license = "MIT"