Skip to content

Commit

Permalink
chore: update lib description
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Sep 30, 2024
1 parent f1b7729 commit 1bf7863
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,15 +1,15 @@

[package]
name = "stochastic-rs"
version = "0.8.2"
version = "0.9.0"
edition = "2021"
license = "MIT"
description = "A Rust library for stochastic processes"
description = "A Rust library for stochastic financial and scientific simulations."
homepage = "https://github.com/dancixx/stochastic-rs"
documentation = "https://docs.rs/stochastic-rs/latest/stochastic_rs/"
repository = "https://github.com/dancixx/stochastic-rs"
readme = "README.md"
keywords = ["stochastic", "process", "random", "simulation", "monte-carlo"]
keywords = ["stochastic processes", "finance", "simulation", "statistics", "mathematics"]


[dependencies]
Expand Down

0 comments on commit 1bf7863

Please sign in to comment.