Skip to content

Commit

Permalink
Merge pull request #43 from lexara-prime-ai/dev
Browse files Browse the repository at this point in the history
Bumped crate version -> 0.0.9
  • Loading branch information
lexara-prime-ai authored Jun 6, 2024
2 parents 84b048c + 919a35a commit 210e78e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
workspace = { members = ["wspr_cdk_server", "python_wrapper"] }
[package]
name = "wspr_cdk"
version = "0.0.8"
version = "0.0.9"
edition = "2021"
authors = ["Irfan Ghat"]
description = "This crate provides an abstraction that allows you to do analysis on wspr's real time spot data."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To use this crate, add `wspr_cdk` to your `Cargo.toml`:

```toml
[dependencies]
wspr_cdk = "0.0.8"
wspr_cdk = "0.0.9"
```

## Environment Variable
Expand Down

0 comments on commit 210e78e

Please sign in to comment.