From 6bea1bc8e59599691171e756b69a623c220def1f Mon Sep 17 00:00:00 2001 From: varun-r-mallya Date: Fri, 26 Sep 2025 22:54:13 +0530 Subject: [PATCH] bump version Signed-off-by: varun-r-mallya --- tests/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_basic.py b/tests/test_basic.py index 363b906..98ac1cf 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -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)