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