Skip to content

Commit 5311a16

Browse files
Bump version to 0.1.9
1 parent 8c5069f commit 5311a16

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
project = "PythonBPF"
1616
copyright = "2026, Pragyansh Chaturvedi, Varun Mallya"
1717
author = "Pragyansh Chaturvedi, Varun Mallya"
18-
release = "0.1.8"
19-
version = "0.1.8"
18+
release = "0.1.9"
19+
version = "0.1.9"
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pythonbpf"
7-
version = "0.1.8"
7+
version = "0.1.9"
88
description = "Reduced Python frontend for eBPF"
99
authors = [
1010
{ name = "r41k0u", email="pragyanshchaturvedi18@gmail.com" },

pythonbpf/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
logger: Logger = logging.getLogger(__name__)
2828

29-
VERSION = "v0.1.8"
29+
VERSION = "v0.1.9"
3030

3131

3232
def finalize_module(original_str):

0 commit comments

Comments
 (0)