From fe1f8354982be11e6dc26e33b95414dbc66c8b06 Mon Sep 17 00:00:00 2001 From: Glen Beane <356266+gbeane@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:51:17 -0500 Subject: [PATCH] increment version to 0.40.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73e7f486..a9afa9a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jabs-behavior-classifier" -version = "0.39.0" +version = "0.40.0" description = "" readme = "README.md" requires-python = ">=3.10,<3.15"