Skip to content

Commit

Permalink
release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed Nov 15, 2022
1 parent e9e5166 commit 872c9cb
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 = "tree-edit-distance"
version = "0.3.0"
version = "0.4.0"
authors = ["Bruno Dutra <brunocodutra@gmail.com>"]
edition = "2021"
description = "Find the lowest cost sequence of edits between two trees"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TreeEditDistance is available on [crates.io], simply add it as a dependency in y

```
[dependencies]
tree-edit-distance = "0.3"
tree-edit-distance = "0.4"
```

The full API documentation is available on [docs.rs][docs.home]
Expand Down

0 comments on commit 872c9cb

Please sign in to comment.