diff --git a/pyproject.toml b/pyproject.toml index e03e287..c456fb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pymgcv" authors = [{ name = "danielward27", email = "danielward27@outlook.com" }] description = "pymgcv: Generalized additive models using mgcv, in Python." requires-python = ">= 3.11" -version = "0.0.9" +version = "0.0.10" keywords = ["generalized additive models", "GAMs"] license = { file = "LICENSE" }