From 69ee540454b12c34e157fb04b3842d4356d2e99a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 23 Nov 2025 22:27:18 -0800 Subject: [PATCH] Release 4.0a1 Refs #682, #542, #645, #655, #657, #659, #672, #675, #677, #679 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e3de59..a46bfd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlite-utils" -version = "4.0a0" +version = "4.0a1" description = "CLI tool and Python library for manipulating SQLite databases" readme = { file = "README.md", content-type = "text/markdown" } authors = [