diff --git a/Cargo.toml b/Cargo.toml index 9e4af6a..c57aa6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "f2a" -version = "1.0.1" +version = "1.0.2" edition = "2021" description = "f2a computation core -- Rust engine with PyO3 bindings" license = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 6a3d0ea..e248bbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "f2a" -version = "1.0.1" +version = "1.0.2" description = "File to Analysis -- Automatically perform statistical analysis from any data source (Rust-powered)" license = { text = "Apache-2.0" } readme = "README.md"