From 73c31426844377904fb21c8bfb364a8db7ffc5eb Mon Sep 17 00:00:00 2001 From: Corin Wagen Date: Thu, 9 Jan 2025 18:30:31 -0500 Subject: [PATCH] whoops, v++ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5aa9ef7..e3cbc77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rowan-python" -version = "1.1.2" +version = "1.1.4" description = "Rowan Python Library" readme = "README.md" requires-python = ">=3.8"