File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515project = "PythonBPF"
1616copyright = "2026, Pragyansh Chaturvedi, Varun Mallya"
1717author = "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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pythonbpf"
7- version = " 0.1.8 "
7+ version = " 0.1.9 "
88description = " Reduced Python frontend for eBPF"
99authors = [
1010 { name = " r41k0u" , email =" pragyanshchaturvedi18@gmail.com" },
Original file line number Diff line number Diff line change 2626
2727logger : Logger = logging .getLogger (__name__ )
2828
29- VERSION = "v0.1.8 "
29+ VERSION = "v0.1.9 "
3030
3131
3232def finalize_module (original_str ):
You can’t perform that action at this time.
0 commit comments