Skip to content

Commit c9a152a

Browse files
committed
Add __version__ to __init__
1 parent 92e92f1 commit c9a152a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pylibbpf/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ def __init__(self, object_path: str, structs=None):
4242
"StructParser",
4343
"BpfException",
4444
]
45+
46+
__version__ = "0.0.6"

0 commit comments

Comments
 (0)