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 22ad94a commit 596943dCopy full SHA for 596943d
tests/test_basic.py
@@ -2,6 +2,6 @@
2
3
4
def test_main():
5
- assert m.__version__ == "0.0.1"
+ assert m.__version__ == "0.0.3"
6
prog = m.BpfProgram("tests/execve2.o")
7
print(prog)
0 commit comments