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