From bbdcfb921e17eb126efdebcad3ab1ab3d865498d Mon Sep 17 00:00:00 2001 From: emrgnt-cmplxty <68796651+emrgnt-cmplxty@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:26:56 -0700 Subject: [PATCH] Update pyproject.toml (#447) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a45b0a4e..6ea445ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "r2r" -version = "0.2.16" +version = "0.2.17" description = "SciPhi R2R" authors = ["Owen Colegrove "] license = "MIT"