bump version

This commit is contained in:
2025-10-02 18:02:36 +05:30
parent 96fa5687f8
commit 0678d70309
2 changed files with 2 additions and 2 deletions

View File

@ -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" },

View File

@ -17,7 +17,7 @@ import logging
logger: Logger = logging.getLogger(__name__)
VERSION = "v0.1.3"
VERSION = "v0.1.4"
def find_bpf_chunks(tree):