From 48db8b7ff3e79cc824ec4dc150c384c94b1d24db Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 13 Mar 2024 08:32:31 -0700 Subject: [PATCH] Release 0.1a3 Refs #17 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4446a4..bb507ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "datasette-extract" -version = "0.1a2" +version = "0.1a3" description = "Import unstructured data (text and images) into structured tables" readme = "README.md" authors = [{name = "Simon Willison"}]