From 1b1211e8856ad177e4c584195af765febd21974a Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Thu, 22 Jun 2023 22:09:55 +0100 Subject: [PATCH] The next awkward version will be 2.2.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aff9933a6e..a9b7dbf843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.2.3" +version = "2.2.4" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.7"