From dea122a71a2be7cd1b534814c0284b64993a4d10 Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Thu, 12 Sep 2024 15:59:19 -0500 Subject: [PATCH] The next release will be 2.6.8. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c90871835e..b2876972bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.6.7" +version = "2.6.8" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.8"