Skip to content

Commit

Permalink
0.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 2, 2024
1 parent 2bb0255 commit 7e0df0c
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 = "qsv-stats"
version = "0.18.0" #:version
version = "0.19.0" #:version
authors = ["Joel Natividad <[email protected]>"]
description = "Computing summary statistics on streams."
documentation = "https://docs.rs/qsv-stats"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Simply add `qsv-stats` as a dependency to your project's `Cargo.toml`:

```toml
[dependencies]
qsv-stats = "0.4"
qsv-stats = "0.19"
```

0 comments on commit 7e0df0c

Please sign in to comment.