From 604e1db1cd3cc26c364fed4de85f905f6f348e35 Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Fri, 2 Aug 2024 10:34:08 -0500 Subject: [PATCH] chore: the next release will be 2.6.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c245b79c0..6e7a81c8eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.6.6" +version = "2.6.7" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.8"