From 7786ef9836ea1fc968e66b88d1336947a32fabf1 Mon Sep 17 00:00:00 2001 From: danielward27 Date: Tue, 9 Sep 2025 12:02:29 +0100 Subject: [PATCH] New version (to test CI in new repo location) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }