Skip to content

Commit 2e96377

Browse files
committed
awkward version 2.8.8 and awkward_cpp 49
1 parent df7fbff commit 2e96377

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

awkward-cpp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
77

88
[project]
99
name = "awkward_cpp"
10-
version = "48"
10+
version = "49"
1111
dependencies = [
1212
"numpy>=1.18.0"
1313
]

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.7"
10+
version = "2.8.8"
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==48",
46+
"awkward_cpp==49",
4747
"importlib_metadata>=4.13.0;python_version < \"3.12\"",
4848
"numpy>=1.18.0",
4949
"packaging",

0 commit comments

Comments
 (0)