From afdd3ac29c4818fe491f6b0a53698710cd658d33 Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Wed, 5 Jul 2023 16:36:28 -0500 Subject: [PATCH] The next release will be version 2.3.1. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb58b46978..8db32a1054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.3.0" +version = "2.3.1" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.8"