Add __version__ to __init__

This commit is contained in:
Pragyansh Chaturvedi
2025-10-20 04:22:14 +05:30
parent 92e92f134a
commit c9a152adc3

View File

@ -42,3 +42,5 @@ __all__ = [
"StructParser",
"BpfException",
]
__version__ = "0.0.6"