FEAT: Added support for float coefficients (#13)
All checks were successful
Publish Python Package to PyPI / deploy (push) Successful in 13s

Reviewed-on: #13
Co-authored-by: Jonathan Rampersad <rampersad.jonathan@gmail.com>
Co-committed-by: Jonathan Rampersad <rampersad.jonathan@gmail.com>
This commit is contained in:
2025-06-18 13:20:18 +00:00
committed by Jonathan Rampersad
parent c94d08498d
commit ce464cffd4
3 changed files with 58 additions and 16 deletions

View File

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
# --- Core Metadata ---
name = "polysolve"
version = "0.2.2"
version = "0.3.0"
authors = [
{ name="Jonathan Rampersad", email="jonathan@jono-rams.work" },
]