We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fa568 commit 0678d70Copy full SHA for 0678d70
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pythonbpf"
7
-version = "0.1.3"
+version = "0.1.4"
8
description = "Reduced Python frontend for eBPF"
9
authors = [
10
{ name = "r41k0u", email="[email protected]" },
pythonbpf/codegen.py
@@ -17,7 +17,7 @@
17
18
logger: Logger = logging.getLogger(__name__)
19
20
-VERSION = "v0.1.3"
+VERSION = "v0.1.4"
21
22
23
def find_bpf_chunks(tree):
0 commit comments