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