From 62f06afa145bc0b6c1877d8fbb735efc0d006adb Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Thu, 13 Apr 2023 12:37:45 -0500 Subject: [PATCH] The next release will be version 2.1.3. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 389bdf9bd7..0dd25f789a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "awkward" -version = "2.1.2" +version = "2.1.3" description = "Manipulate JSON-like data with NumPy-like idioms." license = { text = "BSD-3-Clause" } requires-python = ">=3.7"