From fa8a51bc2e220092a05462d8d24b77cb36dfb170 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Thu, 21 Dec 2023 11:08:09 -0800 Subject: [PATCH] 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e71f08..d1169c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "datasette-plot" -version = "0.0.1a5" +version = "0.1.0" description = "Observable Plot Datasette plugin" readme = "README.md" authors = [{name = "Alex Garcia"}]