Skip to content

Commit a7394cc

Browse files
bump version
1 parent 63f378c commit a7394cc

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.5"
7+
version = "0.1.6"
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
@@ -25,7 +25,7 @@
2525

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

28-
VERSION = "v0.1.5"
28+
VERSION = "v0.1.6"
2929

3030

3131
def finalize_module(original_str):

0 commit comments

Comments
 (0)