diff --git a/pyproject.toml b/pyproject.toml index 09fc8d3..014fca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pythonbpf" -version = "0.1.4" +version = "0.1.5" description = "Reduced Python frontend for eBPF" authors = [ { name = "r41k0u", email="pragyanshchaturvedi18@gmail.com" }, diff --git a/pythonbpf/codegen.py b/pythonbpf/codegen.py index 8d25644..078adf7 100644 --- a/pythonbpf/codegen.py +++ b/pythonbpf/codegen.py @@ -23,7 +23,7 @@ import re logger: Logger = logging.getLogger(__name__) -VERSION = "v0.1.4" +VERSION = "v0.1.5" def finalize_module(original_str):