From 5222b9588ca9fb1e0f926db78835e4df2078e774 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Fri, 9 Jun 2023 09:33:09 +0100 Subject: [PATCH] The next awkward version will be 2.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2523d3658..0f87a56587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.2.1" +version = "2.2.2" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.7"