From 1bf7863850ab186c9ed123e4a2d3967227606ff3 Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Tue, 1 Oct 2024 00:20:32 +0200 Subject: [PATCH] chore: update lib description --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 63b7bc8..5a4f393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]