From 958deb9f07c2c6f62594ae88683eadf589edcf12 Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Fri, 22 Mar 2024 08:27:58 -0500 Subject: [PATCH] The next release will be 2.6.3rc2. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b407417b60..6400772d2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.6.3rc1" +version = "2.6.3rc2" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.8"