We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4844bb8 commit 7de05f1Copy full SHA for 7de05f1
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "f2a"
3
-version = "1.0.0"
+version = "1.0.1"
4
edition = "2021"
5
description = "f2a computation core -- Rust engine with PyO3 bindings"
6
license = "Apache-2.0"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
7
8
description = "File to Analysis -- Automatically perform statistical analysis from any data source (Rust-powered)"
9
license = { text = "Apache-2.0" }
10
readme = "README.md"
0 commit comments