bump version

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-11-30 05:55:22 +05:30
parent 77901accf2
commit 049ec55e85
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "pythonbpf" name = "pythonbpf"
version = "0.1.7" version = "0.1.8"
description = "Reduced Python frontend for eBPF" description = "Reduced Python frontend for eBPF"
authors = [ authors = [
{ name = "r41k0u", email="pragyanshchaturvedi18@gmail.com" }, { name = "r41k0u", email="pragyanshchaturvedi18@gmail.com" },

View File

@ -25,7 +25,7 @@ import re
logger: Logger = logging.getLogger(__name__) logger: Logger = logging.getLogger(__name__)
VERSION = "v0.1.7" VERSION = "v0.1.8"
def finalize_module(original_str): def finalize_module(original_str):