Skip to content

Commit 283fa61

Browse files
committed
chore: bump awkward and awkward-cpp versions
1 parent e13c5e5 commit 283fa61

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 = "38"
10+
version = "39"
1111
dependencies = [
1212
"numpy>=1.18.0",
1313
"importlib_resources;python_version < \"3.9\""

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.6.8"
10+
version = "2.6.9"
1111
description = "Manipulate JSON-like data with NumPy-like idioms."
1212
license = { text = "BSD-3-Clause" }
1313
requires-python = ">=3.8"
@@ -41,7 +41,7 @@ classifiers = [
4141
"Topic :: Utilities",
4242
]
4343
dependencies = [
44-
"awkward_cpp==38",
44+
"awkward_cpp==39",
4545
"importlib_metadata>=4.13.0;python_version < \"3.12\"",
4646
"numpy>=1.18.0",
4747
"packaging",

0 commit comments

Comments
 (0)