From 92068dad1d1df4738fc4fa1754f2cbb84349b20c Mon Sep 17 00:00:00 2001 From: emrgnt-cmplxty <68796651+emrgnt-cmplxty@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:12:15 -0700 Subject: [PATCH] Update pyproject.toml --- py/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/pyproject.toml b/py/pyproject.toml index d073ec83b..dc7a0842d 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.00" +version = "3.2.01" description = "SciPhi R2R" authors = ["Owen Colegrove "] @@ -174,4 +174,4 @@ testpaths = [ filterwarnings = [ "ignore::DeprecationWarning", "ignore::pytest.PytestUnraisableExceptionWarning", -] \ No newline at end of file +]