From 69654139cd79e60c282a6d89b65558cd5205c055 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 7 Mar 2024 16:24:09 -0500 Subject: [PATCH] Release 0.1a1 Refs #14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b00514f..7319090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "datasette-extract" -version = "0.1a0" +version = "0.1a1" description = "Import unstructured data (text and images) into structured tables" readme = "README.md" authors = [{name = "Simon Willison"}]