UPDATE: Update release to 0.6.0 (#463)

Should we have a single version number at the root?
This commit is contained in:
Nicolás Hatcher Andrés
2025-10-19 18:32:07 +02:00
committed by GitHub
parent bbba875da3
commit fad8bc7d0c
7 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pyroncalc"
version = "0.5.7"
version = "0.6.0"
edition = "2021"
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
xlsx = { package= "ironcalc", path = "../../xlsx", version = "0.5.0" }
xlsx = { package= "ironcalc", path = "../../xlsx", version = "0.6.0" }
pyo3 = { version = "0.25", features = ["extension-module"] }
bitcode = "0.6.3"