From e5d98a5e9f29784c5f6c39a02b74e588f770f669 Mon Sep 17 00:00:00 2001 From: CocoRoF Date: Tue, 17 Mar 2026 17:26:25 +0900 Subject: [PATCH] bump version to 1.0.2 in Cargo.toml and pyproject.toml --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"