From a777a80bcb3b42933b2933de895f4f2eb9376e9d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 16 Apr 2024 13:52:05 -0700 Subject: [PATCH] Release 0.1a2 Refs #9, #10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4343c5..1058b9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "datasette-query-assistant" -version = "0.1a1" +version = "0.1a2" description = "Query databases and tables with AI assistance" readme = "README.md" authors = [{name = "Simon Willison"}]