From 0f48d6dda55f3205d1e1064588570b10e5cdaec1 Mon Sep 17 00:00:00 2001 From: emrgnt-cmplxty Date: Fri, 20 Sep 2024 17:21:00 -0700 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 d40123647..aeda0ac5e 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.1.38" +version = "3.1.40" description = "SciPhi R2R" authors = ["Owen Colegrove "] license = "MIT"