Skip to content

Commit

Permalink
fixing the release
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 committed May 27, 2023
1 parent fa66b4e commit 3f32cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pregel-rs"
version = "0.0.8"
version = "0.0.9"
authors = [ "Ángel Iglesias Préstamo <[email protected]>" ]
description = "A Graph library written in Rust for implementing your own algorithms in a Pregel fashion"
documentation = "https://docs.rs/crate/pregel-rs/latest"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f32cc4

Please sign in to comment.