mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-03-18 11:11:29 +00:00
Add __version__ to __init__
This commit is contained in:
@ -42,3 +42,5 @@ __all__ = [
|
|||||||
"StructParser",
|
"StructParser",
|
||||||
"BpfException",
|
"BpfException",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
__version__ = "0.0.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user