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 64109fa commit 6bea1bcCopy full SHA for 6bea1bc
tests/test_basic.py
@@ -2,6 +2,6 @@
2
3
4
def test_main():
5
- assert m.__version__ == "0.0.4"
+ assert m.__version__ == "0.0.5"
6
prog = m.BpfProgram("tests/execve2.o")
7
print(prog)
0 commit comments