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 dd734ea commit 7ae629eCopy full SHA for 7ae629e
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pythonbpf"
7
-version = "0.1.4"
+version = "0.1.5"
8
description = "Reduced Python frontend for eBPF"
9
authors = [
10
{ name = "r41k0u", email="[email protected]" },
pythonbpf/codegen.py
@@ -23,7 +23,7 @@
23
24
logger: Logger = logging.getLogger(__name__)
25
26
-VERSION = "v0.1.4"
+VERSION = "v0.1.5"
27
28
29
def finalize_module(original_str):
0 commit comments