mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-03-22 05:01:31 +00:00
Compare commits
2 Commits
747b8308c6
...
v0.0.5
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bea1bc8e5 | |||
| 64109fac3b |
@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "pylibbpf"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
description = "Python Bindings for Libbpf"
|
||||
authors = [
|
||||
{ name = "r41k0u", email = "pragyanshchaturvedi18@gmail.com" },
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user