From 7e89ac8f95ee3db3f431dd65647b27ad083b3aa7 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 9 May 2024 18:10:35 -0400 Subject: upped the minor version for adding setuptools as a dependency so that delf runs on python 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26b8489..f5559cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "delf" -version = "0.1.3" +version = "0.1.4" description = "yet another elf dump tool" authors = ["terminaldweller "] license = "GPL-3.0" -- cgit v1.2.3