From da5c3af1810143243979f18e1a39f6d529cf6f99 Mon Sep 17 00:00:00 2001 From: Oscar Levin Date: Sat, 30 May 2026 08:11:16 -0600 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34f1d9df..5fdb3834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ # ---------------- [tool.poetry] name = "pretext" -version = "2.40.1" +version = "2.40.2" description = "A package to author, build, and deploy PreTeXt projects." readme = "README.md" homepage = "https://pretextbook.org"