Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisWellmann committed May 17, 2023
1 parent 465aae7 commit 36adf5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "trade_aggregation"
version = "8.0.0"
version = "9.0.0"
authors = ["MathisWellmann <[email protected]>"]
edition = "2021"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To use this crate in your project, add the following to your Cargo.toml:

```toml
[dependencies]
trade_aggregation = "^7"
trade_aggregation = "^9"
```

Lets aggregate all trades into time based 1 minute candles, consisting of open, high, low and close information.
Expand Down
2 changes: 1 addition & 1 deletion trade_aggregation_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trade_aggregation_derive"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
authors = ["MathisWellmann <[email protected]>"]
license-file = "LICENSE"
Expand Down

0 comments on commit 36adf5d

Please sign in to comment.