We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7fbff commit 2e96377Copy full SHA for 2e96377
awkward-cpp/pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
7
8
[project]
9
name = "awkward_cpp"
10
-version = "48"
+version = "49"
11
dependencies = [
12
"numpy>=1.18.0"
13
]
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
name = "awkward"
-version = "2.8.7"
+version = "2.8.8"
description = "Manipulate JSON-like data with NumPy-like idioms."
license = "BSD-3-Clause"
license-files = ["LICENSE"]
@@ -43,7 +43,7 @@ classifiers = [
43
"Topic :: Utilities",
44
45
46
- "awkward_cpp==48",
+ "awkward_cpp==49",
47
"importlib_metadata>=4.13.0;python_version < \"3.12\"",
48
"numpy>=1.18.0",
49
"packaging",
0 commit comments