From 3992a944e6b894d7f466c6e029398a1432af306d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 16 Jan 2024 14:34:00 -0800 Subject: [PATCH] Release 0.2 Refs #2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ba9000..7f67d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "datasette-test" -version = "0.1.1" +version = "0.2" description = "Utilities to help write tests for Datasette plugins and applications" readme = "README.md" requires-python = ">=3.8"