Made the default values of min/max_range 0.0
All checks were successful
Run Python Tests / test (3.10) (pull_request) Successful in 14s
Run Python Tests / test (3.12) (pull_request) Successful in 26s
Run Python Tests / test (3.8) (pull_request) Successful in 14s
Publish Python Package to PyPI / deploy (push) Successful in 12s

This commit was merged in pull request #24.
This commit is contained in:
2025-11-05 18:58:20 -04:00
parent 94723dcb88
commit 1aa2e8875a
2 changed files with 7 additions and 7 deletions

View File

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