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