chore: release v1.0.4

This commit is contained in:
Pratik Bhadane
2026-03-24 12:54:41 +05:30
parent 58a1dc2308
commit 29c6f5cf84
11 changed files with 57 additions and 13 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ resolver = "2"
[package]
name = "ferro_ta"
version = "1.0.3"
version = "1.0.4"
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.0.3" }
ferro_ta_core = { path = "crates/ferro_ta_core", version = "1.0.4" }
[dev-dependencies]
criterion = { version = "0.8", features = ["html_reports"] }