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"