diff --git a/Cargo.toml b/Cargo.toml index a8e9b5b..c8c48b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,20 @@ [package] name = "stochastic-rs" -version = "0.9.0" +version = "0.9.1" edition = "2021" license = "MIT" -description = "A Rust library for stochastic financial and scientific simulations." +description = "A Rust library for quant finance and simulating stochastic processes." 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", + "quant", "finance", "simulation", "statistics", - "mathematics", ] diff --git a/README.md b/README.md index 4f4a012..fb22cb4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crates.io](https://img.shields.io/crates/v/stochastic-rs?style=flat-square)](https://crates.io/crates/stochastic-rs) ![License](https://img.shields.io/crates/l/stochastic-rs?style=flat-square) -# stochastic-rs +# stochastic-rs **stochastic-rs** is a Rust library designed for high-performance simulation and analysis of stochastic processes and models. The primary goal is to provide a simple, easy-to-use, and efficient library that caters to a wide range of applications, including quantitative finance, AI training, statistical analysis, and more. This library is under active development, and contributions are welcome. Please note that breaking changes may occur as the library evolves. 🚧