Skip to content

Commit fed6af1

Browse files
bump version and prepare for release
1 parent 1888681 commit fed6af1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.6"
7+
version = "0.1.7"
88
description = "Reduced Python frontend for eBPF"
99
authors = [
1010
{ name = "r41k0u", email="[email protected]" },
@@ -29,7 +29,7 @@ license = {text = "Apache-2.0"}
2929
requires-python = ">=3.10"
3030

3131
dependencies = [
32-
"llvmlite",
32+
"llvmlite>=0.45",
3333
"astpretty",
3434
"pylibbpf"
3535
]

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.6"
28+
VERSION = "v0.1.7"
2929

3030

3131
def finalize_module(original_str):

0 commit comments

Comments
 (0)