Skip to content

Commit 664c887

Browse files
committed
chore: the next awkward-cpp release will be 34
1 parent 28a89da commit 664c887

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
"Topic :: Utilities",
4141
]
4242
dependencies = [
43-
"awkward_cpp==33",
43+
"awkward_cpp==34",
4444
"importlib_metadata>=4.13.0;python_version < \"3.12\"",
4545
"numpy>=1.18.0",
4646
"packaging",

0 commit comments

Comments
 (0)