chore: correct version to 1.1.0 across all manifests and docs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Pratik Bhadane
2026-04-01 20:11:42 +05:30
co-authored by Claude Sonnet 4.6
parent 436954138f
commit 3ab6daa853
12 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ resolver = "2"
[package]
name = "ferro_ta"
version = "1.2.0"
version = "1.1.0"
edition = "2021"
description = "Rust-powered Python technical analysis library with a TA-Lib-compatible API"
license = "MIT"
@@ -30,7 +30,7 @@ ndarray = "0.16"
rayon = "1.10"
log = "0.4"
pyo3-log = "0.12"
ferro_ta_core = { path = "crates/ferro_ta_core", version = "1.2.0", features = ["serde"] }
ferro_ta_core = { path = "crates/ferro_ta_core", version = "1.1.0", features = ["serde"] }
[dev-dependencies]
criterion = { version = "0.8", features = ["html_reports"] }