Skip to content

Commit c4a2e57

Browse files
authored
awkward 2.8.11 and awkward-cpp 51
1 parent 6007226 commit c4a2e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
77

88
[project]
99
name = "awkward"
10-
version = "2.8.10"
10+
version = "2.8.11"
1111
description = "Manipulate JSON-like data with NumPy-like idioms."
1212
license = "BSD-3-Clause"
1313
license-files = ["LICENSE"]
@@ -43,7 +43,7 @@ classifiers = [
4343
"Topic :: Utilities",
4444
]
4545
dependencies = [
46-
"awkward_cpp==50",
46+
"awkward_cpp==51",
4747
"importlib_metadata>=4.13.0;python_version < \"3.12\"",
4848
"numpy>=1.18.0",
4949
"packaging",

0 commit comments

Comments
 (0)