diff --git a/Cargo.lock b/Cargo.lock index ab2690a..97703fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ dependencies = [ [[package]] name = "graph_force" -version = "0.2.0" +version = "0.2.1" dependencies = [ "pyo3", "rand", diff --git a/Cargo.toml b/Cargo.toml index d092abe..f4101d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graph_force" -version = "0.2.0" +version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html