From dcd1d85ec0d6bbd54fb323131f36eb6c52d17344 Mon Sep 17 00:00:00 2001 From: "numerai-hosted-agent-bot[bot]" <247676148+numerai-hosted-agent-bot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:24:33 +0000 Subject: [PATCH] T-588 publish NumerAPI 2.24.0.dev0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce5af75..2f04863 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ def load(path): return open(path, "r").read() -numerapi_version = "2.24.0" +numerapi_version = "2.24.0.dev0" classifiers = [ "Development Status :: 5 - Production/Stable",