Skip to content

Commit e25f614

Browse files
committed
chore: version 2.8.5 and cpp 47
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 473029b commit e25f614

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 = "46"
10+
version = "47"
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.4"
10+
version = "2.8.5"
1111
description = "Manipulate JSON-like data with NumPy-like idioms."
1212
license = "BSD-3-Clause"
1313
license-files = ["LICENSE"]
@@ -40,7 +40,7 @@ classifiers = [
4040
"Topic :: Utilities",
4141
]
4242
dependencies = [
43-
"awkward_cpp==46",
43+
"awkward_cpp==47",
4444
"importlib_metadata>=4.13.0;python_version < \"3.12\"",
4545
"numpy>=1.18.0",
4646
"packaging",

0 commit comments

Comments
 (0)