From 2774da207f7dedc43378293ad402f13ddb9bd224 Mon Sep 17 00:00:00 2001 From: Gavin Huttley Date: Fri, 13 Mar 2026 10:55:40 +1100 Subject: [PATCH] DEV: bump version to 2026.3.11b1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d6c40f..4bbfa81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "citeable" -version = "2026.3.11b0" +version = "2026.3.11b1" description = "Structured BibTeX citations for developers of scientific software packages." readme = "README.md" requires-python = ">=3.11"