From ac9b98d99641d6da0041b88012d48c1e905c3442 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Mon, 4 Sep 2023 21:52:24 +0100 Subject: [PATCH] The next version will be 2.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 520fde2c9d..6d0ff89673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.4.0" +version = "2.4.1" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.8"