Skip to content

Commit 7de05f1

Browse files
committed
bump version to 1.0.1 in Cargo.toml and pyproject.toml
1 parent 4844bb8 commit 7de05f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "f2a"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
description = "f2a computation core -- Rust engine with PyO3 bindings"
66
license = "Apache-2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "f2a"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "File to Analysis -- Automatically perform statistical analysis from any data source (Rust-powered)"
99
license = { text = "Apache-2.0" }
1010
readme = "README.md"

0 commit comments

Comments
 (0)