Skip to content

Commit

Permalink
chore: bump awkward and awkward-cpp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Oct 7, 2024
1 parent e13c5e5 commit 283fa61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awkward-cpp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "awkward_cpp"
version = "38"
version = "39"
dependencies = [
"numpy>=1.18.0",
"importlib_resources;python_version < \"3.9\""
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "hatchling.build"

[project]
name = "awkward"
version = "2.6.8"
version = "2.6.9"
description = "Manipulate JSON-like data with NumPy-like idioms."
license = { text = "BSD-3-Clause" }
requires-python = ">=3.8"
Expand Down Expand Up @@ -41,7 +41,7 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"awkward_cpp==38",
"awkward_cpp==39",
"importlib_metadata>=4.13.0;python_version < \"3.12\"",
"numpy>=1.18.0",
"packaging",
Expand Down

0 comments on commit 283fa61

Please sign in to comment.