Skip to content

Commit 6bea1bc

Browse files
bump version
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
1 parent 64109fa commit 6bea1bc

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.4"
5+
assert m.__version__ == "0.0.5"
66
prog = m.BpfProgram("tests/execve2.o")
77
print(prog)

0 commit comments

Comments
 (0)