From 1a35ca0ed8022c09426e61c8009d2f26344e1468 Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Sat, 11 Oct 2025 21:56:59 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20bump=20version=20to=202.0.0=20be?= =?UTF-8?q?cause=20of=20database=20switch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a6139c..2a12af1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spiderweb-framework" -version = "1.4.0" +version = "2.0.0" description = "A small web framework, just big enough for a spider." authors = [{name="Joe Kaufeld", email="opensource@joekaufeld.com"}] readme = "README.md"