Skip to content

Commit

Permalink
chore: update version to 0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <[email protected]>
  • Loading branch information
iamsauravsharma committed Sep 8, 2024
1 parent 97d8b8b commit 5357c58
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 = "alpha_vantage"
version = "0.10.0"
version = "0.11.0"
authors = ["Saurav Sharma <[email protected]>"]
homepage = "https://github.com/iamsauravsharma/alpha_vantage"
repository = "https://github.com/iamsauravsharma/alpha_vantage"
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Edit Cargo.toml file to add alpha_vantage as dependencies

```toml
[dependencies]
alpha_vantage = "0.10.0"
alpha_vantage = "0.11.0"
```

**OR**
Expand Down

0 comments on commit 5357c58

Please sign in to comment.