bump version

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-09-26 22:54:13 +05:30
parent 64109fac3b
commit 6bea1bc8e5

View File

@ -2,6 +2,6 @@ import pylibbpf as m
def test_main():
assert m.__version__ == "0.0.4"
assert m.__version__ == "0.0.5"
prog = m.BpfProgram("tests/execve2.o")
print(prog)