From 581ea0f608a1d0aab656d4e3243410373dbc2273 Mon Sep 17 00:00:00 2001 From: NolanTrem <34580718+NolanTrem@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:07:15 -0800 Subject: [PATCH] Bump version --- py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/pyproject.toml b/py/pyproject.toml index 5c19170a2..74326f946 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "r2r" readme = "README.md" -version = "3.2.40" +version = "3.2.41" description = "SciPhi R2R" authors = ["Owen Colegrove "]