Skip to content

Commit

Permalink
Merge pull request #24 from Kerollmops/prepare-a-release
Browse files Browse the repository at this point in the history
Prepare to publish a new version
  • Loading branch information
Kerollmops authored May 3, 2023
2 parents 0abef0b + 2f113cd commit 668ee81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
edition = "2018"
name = "slice-group-by"
description = "Iterators over groups in a slice"
version = "0.3.0"
description = "Iterators over groups in slices and strs"
version = "0.3.1"
documentation = "https://docs.rs/slice-group-by"
repository = "https://github.com/Kerollmops/slice-group-by"
authors = ["Kerollmops <renault.cle@gmail.com>"]
license = "MIT"
keywords = ["slice", "group"]
keywords = ["str", "slice", "group"]
categories = ["algorithms"]

[dev-dependencies]
Expand Down

0 comments on commit 668ee81

Please sign in to comment.