Skip to content

Commit

Permalink
🚀 bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Apr 14, 2023
1 parent 2573012 commit 5602f92
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 = "argminmax"
version = "0.6.0"
version = "0.6.1"
authors = ["Jeroen Van Der Donckt"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
argminmax = "0.6"
argminmax = "0.6.1"
```

## Example usage
Expand Down

0 comments on commit 5602f92

Please sign in to comment.