Skip to content

Commit 7ae629e

Browse files
bump version to v0.1.5
1 parent dd734ea commit 7ae629e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4"
7+
version = "0.1.5"
88
description = "Reduced Python frontend for eBPF"
99
authors = [
1010
{ name = "r41k0u", email="[email protected]" },

pythonbpf/codegen.py

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

2424
logger: Logger = logging.getLogger(__name__)
2525

26-
VERSION = "v0.1.4"
26+
VERSION = "v0.1.5"
2727

2828

2929
def finalize_module(original_str):

0 commit comments

Comments
 (0)