From e4b3e6e9901b46ce4d17947eabfdf8b64c9f9524 Mon Sep 17 00:00:00 2001 From: Deborah Khider Date: Thu, 12 Feb 2026 14:35:26 -0800 Subject: [PATCH] Bump version to 1.3.1b --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d92d2e6d..407c0624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyleoclim" -version = "1.3.0" +version = "1.3.1b" description = "Python Package for the Analysis of Paleoclimate Data" readme = "README.md" license = { text = "GPL-3.0" }