From 836b28a1451c0a0bfab5c74ec179fc15af24cd2f Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Fri, 3 May 2024 16:52:12 -0500 Subject: [PATCH] chore: the next release will be 2.6.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c4ac42fb1..1274e29092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.6.3" +version = "2.6.4" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.8"