From 04e396b020d6835494f14b3528c42c113f4e9057 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 26 Feb 2026 15:25:22 -0800 Subject: [PATCH] Release 0.5a1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 676ff9d..946fdd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dclient" -version = "0.5a0" +version = "0.5a1" description = "A client CLI utility for Datasette instances" readme = "README.md" authors = [{name = "Simon Willison"}]