From ffc1533d1cef189ae9aa38903b0101570e8f7e64 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Thu, 16 Nov 2023 18:09:09 +0000 Subject: [PATCH] The next version of Awkward will be 2.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2c03a2621..72f95f9bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.5.0rc1" +version = "2.5.0" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.8"