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
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ferro_ta_core"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
description = "Pure Rust core indicator library — no PyO3, no numpy dependency"
license = "MIT"
+1 -1
View File
@@ -13,7 +13,7 @@ PyO3, NumPy, or Python runtime dependency, which makes it a good fit for:
```toml
[dependencies]
ferro_ta_core = "1.0.3"
ferro_ta_core = "1.0.4"
```
## Design