From 7b35bd45ad80508fa5d6657a787784de51cbde27 Mon Sep 17 00:00:00 2001 From: danielward27 Date: Fri, 26 Sep 2025 15:08:41 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c456fb6..77c8894 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.10" +version = "0.0.11" keywords = ["generalized additive models", "GAMs"] license = { file = "LICENSE" }