From e15403f42ef7ece15191d86ce6dd4e5a1c80dee6 Mon Sep 17 00:00:00 2001 From: ionite34 Date: Thu, 12 Jan 2023 23:44:43 +0800 Subject: [PATCH] Version bump to 0.4.1.post1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b0076ba..10636b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "einspect" -version = "0.4.1" +version = "0.4.1.post1" description = "Extended Inspect - view and modify memory structs of runtime objects." authors = ["ionite34 "] license = "MIT"