We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fb97d commit f7e296eCopy full SHA for f7e296e
2 files changed
setup.py
@@ -25,7 +25,7 @@
25
[
26
"src/bindings.cpp",
27
"src/libbbf.cpp",
28
- "src/xxhash.c"
+ "src/xxhash.cpp"
29
],
30
include_dirs=["src"],
31
cxx_std=17,
@@ -34,7 +34,7 @@
34
35
setup(
36
name="libbbf",
37
- version="0.2.12",
+ version="0.2.13",
38
author="EF1500",
39
author_email="rosemilovelockofficial@proton.me",
40
description="Bound Book Format (BBF) tools and bindings",
src/xxhash.c src/xxhash.cppsrc/xxhash.c renamed to src/xxhash.cpp
0 commit comments