From 01cd79f7d71695b966d7d1c725e779bacf0ad66c Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 4 Jul 2023 23:50:54 +0100 Subject: [PATCH] The next awkward version will be version 2.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc8dafaaf9..084ced4e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.2.4" +version = "2.3.0" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.8"