From ebb8268d51001ebca11b796f033243b5c4031104 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 26 Feb 2026 15:00:49 -0800 Subject: [PATCH] Release 0.5a0 Refs #29 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bc7cfa..c037918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dclient" -version = "0.4" +version = "0.5a0" description = "A client CLI utility for Datasette instances" readme = "README.md" authors = [{name = "Simon Willison"}]