From 9f75798bd0285005593e8a6212d6ca020b77c46b Mon Sep 17 00:00:00 2001 From: Ryan Urbanowicz Date: Thu, 2 Jul 2026 08:11:49 -0700 Subject: [PATCH] Update pyproject.toml updated version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 173d4ab..1ed2813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "skheros" -version = "0.3" +version = "0.3.1" description = "The Heuristic Evolutionary Rule Optimization System (HEROS) is a supervised rule-based machine learning algorithm designed to agnostically model diverse 'structured' data problems and yield compact human interpretable solutions. This implementation is scikit-learn compatible." readme = "README.md" requires-python = ">=3.9"