@@ -4,10 +4,10 @@ build-backend = "maturin"
44
55[project ]
66name = " qector-decoder-v3"
7- version = " 0.5.0 "
8- description = " Source-available Rust/Python QEC R&D platform: PyMatching-compatible validation, belief-matching, BP-OSD (LDPC /qLDPC) , CPU/GPU batch decoding, and artifact-hashed benchmark evidence"
7+ version = " 0.5.1 "
8+ description = " Source-available Rust/Python QEC R&D platform with PyMatching-compatible validation, belief-matching, BP-OSD/qLDPC workflows , CPU/GPU batch decoding, and artifact-backed benchmark evidence"
99readme = {file = " PYPI_README.md" , content-type = " text/markdown" }
10- requires-python = " >=3.9"
10+ requires-python = " >=3.9,<3.14 "
1111license = {file = " LICENSE" }
1212authors = [
1313 {name = " Guillaume Lessard / iD01t Productions" , email = " admin@qector.store" }
@@ -75,10 +75,13 @@ all = [
7575
7676[project .urls ]
7777Homepage = " https://www.qector.store"
78- Repository = " https://github.com/GuillaumeLessard/qector-decoder.git"
79- Issues = " https://github.com/GuillaumeLessard/qector-decoder/issues"
78+ Website = " https://www.qector.store"
8079Documentation = " https://github.com/GuillaumeLessard/qector-decoder#readme"
81- "Commercial licensing" = " https://www.qector.store"
80+ Repository = " https://github.com/GuillaumeLessard/qector-decoder"
81+ Source = " https://github.com/GuillaumeLessard/qector-decoder"
82+ Issues = " https://github.com/GuillaumeLessard/qector-decoder/issues"
83+ PyPI = " https://pypi.org/project/qector-decoder-v3/"
84+ "Commercial Licensing" = " https://www.qector.store"
8285
8386[tool .maturin ]
8487python-source = " python"
0 commit comments