From 791946471a2978d344cbe840522b9eb7ebae12b5 Mon Sep 17 00:00:00 2001 From: Niko Abeler Date: Fri, 25 Nov 2022 20:22:58 +0100 Subject: [PATCH] optional to pass initial positions --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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