Version 2026.07.14 for the first public release

CalVer per project convention: the date communicates when the router was last
validated against the reference FreeRouting engine and real KiCad output. The
Alpha classifier and README carry the maturity signal.
This commit is contained in:
Ryan Malloy 2026-07-14 07:26:41 -06:00
parent bf868b7b05
commit f653c33e01

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "freeroute" name = "freeroute"
version = "0.1.0" version = "2026.07.14"
description = "Native Python PCB autorouter — a Java-free port of the FreeRouting engine (Specctra DSN in, SES out)" description = "Native Python PCB autorouter — a Java-free port of the FreeRouting engine (Specctra DSN in, SES out)"
readme = "README.md" readme = "README.md"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"