From 2aa22e7b72de531cbbde14946377ec20257114b2 Mon Sep 17 00:00:00 2001 From: Markus Neusinger <2921697+MarkusNeusinger@users.noreply.github.com> Date: Mon, 18 May 2026 23:01:49 +0200 Subject: [PATCH] chore(release): bump version to 2.4.0 Version bump for the v2.4.0 release. Release notes attached to the tag once this lands. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4174cc88ef..15c6de7dc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # pyproject.toml [project] name = "anyplot" -version = "2.3.0" +version = "2.4.0" description = "AI-powered plotting examples" authors = [{ name = "Markus Neusinger", email = "admin@anyplot.ai" }] requires-python = ">=3.13"