From 0678d70309c540e4f0c51847dde86167db1a0104 Mon Sep 17 00:00:00 2001 From: varun-r-mallya Date: Thu, 2 Oct 2025 18:02:36 +0530 Subject: [PATCH] bump version --- pyproject.toml | 2 +- pythonbpf/codegen.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d42b41e..09fc8d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pythonbpf" -version = "0.1.3" +version = "0.1.4" description = "Reduced Python frontend for eBPF" authors = [ { name = "r41k0u", email="pragyanshchaturvedi18@gmail.com" }, diff --git a/pythonbpf/codegen.py b/pythonbpf/codegen.py index a5824eb..9284073 100644 --- a/pythonbpf/codegen.py +++ b/pythonbpf/codegen.py @@ -17,7 +17,7 @@ import logging logger: Logger = logging.getLogger(__name__) -VERSION = "v0.1.3" +VERSION = "v0.1.4" def find_bpf_chunks(tree):