From e31686988041797c2b749cd2660cba351766c2fd Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Sat, 18 Mar 2023 10:07:48 +0000 Subject: [PATCH] chore: update awkward version to 2.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 771edfe7c3..7317f6b387 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.1.0" +version = "2.1.1" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.7"