From e808c2944bd1b728762958277fb530c3b8c5ee40 Mon Sep 17 00:00:00 2001 From: malx-labs Date: Fri, 10 Apr 2026 11:33:19 +0100 Subject: [PATCH] Update version number in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f390912..8e9a636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "iocx" -version = "0.5.0" +version = "0.5.1" description = "Static IOC extraction engine for binaries, text, and logs." authors = [ { name = "MalX Labs" }