From 44000915b34c4e6bb29524158bdb527326099f9a Mon Sep 17 00:00:00 2001 From: meowking Date: Sun, 8 Sep 2024 17:24:48 +0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c293a8..b9921e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llvmpym" -version = "0.0.5" +version = "0.0.6" description = "LLVM python binding" readme = "README.md" # can only be compiled for python >= 3.12