Skip to content

Commit

Permalink
The next awkward-cpp version will be 20
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jul 4, 2023
1 parent 2a9083c commit f309c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "19"
version = "20"
dependencies = [
"numpy>=1.18.0"
]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"awkward_cpp==19",
"awkward_cpp==20",
"importlib_resources;python_version < \"3.9\"",
"numpy>=1.18.0",
"packaging",
Expand Down

0 comments on commit f309c4c

Please sign in to comment.