FIX: Python add load/from bytes

This commit is contained in:
Nicolás Hatcher
2025-06-02 20:21:33 +02:00
parent abaeb3284a
commit 7bf36959ca
9 changed files with 32 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pyroncalc"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
@@ -14,6 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
xlsx = { package= "ironcalc", path = "../../xlsx", version = "0.5.0" }
pyo3 = { version = "0.25", features = ["extension-module"] }
bitcode = "0.6.3"
[features]