From 3f32cc4a863c277c9867931aa9850a4b55f46c06 Mon Sep 17 00:00:00 2001 From: angelip2303 Date: Sat, 27 May 2023 09:44:36 +0000 Subject: [PATCH] fixing the release --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 37a28ce..1e78aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pregel-rs" -version = "0.0.8" +version = "0.0.9" authors = [ "Ángel Iglesias Préstamo " ] description = "A Graph library written in Rust for implementing your own algorithms in a Pregel fashion" documentation = "https://docs.rs/crate/pregel-rs/latest" diff --git a/README.md b/README.md index 19bdc77..ff78ed7 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ of your project. You can add the following line to your `Cargo.toml` file: ```toml [dependencies] -pregel-rs = "0.0.8" +pregel-rs = "0.0.9" ``` 4. _Implement your graph algorithm_: Now you can start implementing your graph