Skip to content

Commit ecd9405

Browse files
bump version
Signed-off-by: varun-r-mallya <[email protected]>
1 parent 68f2bc4 commit ecd9405

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pylibbpf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ def __init__(self, object_path: str, structs=None):
4343
"BpfException",
4444
]
4545

46-
__version__ = "0.0.6"
46+
__version__ = "0.0.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "pylibbpf"
13-
version = "0.0.6"
13+
version = "0.0.7"
1414
description = "Python Bindings for Libbpf"
1515
authors = [
1616
{ name = "r41k0u", email = "[email protected]" },

tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33

44
def test_main():
5-
assert m.__version__ == "0.0.6"
5+
assert m.__version__ == "0.0.7"
66
prog = m.BpfObject("tests/execve2.o", structs={})
77
print(prog)

0 commit comments

Comments
 (0)