From ed589d34cf9e26697284643524d668b7bbdc9937 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 26 Feb 2026 21:55:56 -0800 Subject: [PATCH] Release 0.5a2 Refs #30, #31, #32, #33, #34 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3028b99..e1cdbf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dclient" -version = "0.5a1" +version = "0.5a2" description = "A client CLI utility for Datasette instances" readme = "README.md" authors = [{name = "Simon Willison"}]