diff --git a/pyproject.toml b/pyproject.toml index 0b3d8dfb69..f6d1701b86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.5.0rc0" +version = "2.5.0rc1" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.8"