Skip to content

Commit 596943d

Browse files
update version in test
1 parent 22ad94a commit 596943d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33

44
def test_main():
5-
assert m.__version__ == "0.0.1"
5+
assert m.__version__ == "0.0.3"
66
prog = m.BpfProgram("tests/execve2.o")
77
print(prog)

0 commit comments

Comments
 (0)