From f653c33e0163fdbc1226499561d631fb929ebd95 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Tue, 14 Jul 2026 07:26:41 -0600 Subject: [PATCH] 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. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe9f19f..8a5c101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] 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)" readme = "README.md" license = "GPL-3.0-or-later"