aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-09 22:10:35 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-09 22:10:35 +0000
commit7e89ac8f95ee3db3f431dd65647b27ad083b3aa7 (patch)
treede2c77a63bdff6093f1f4e67fad8b6bc0932d0f2
parentadded setuptuools as a dependency, removed the lgtm badge (diff)
downloaddelf-7e89ac8f95ee3db3f431dd65647b27ad083b3aa7.tar.gz
delf-7e89ac8f95ee3db3f431dd65647b27ad083b3aa7.zip
upped the minor version for adding setuptools as a dependency so that delf runs on python 3.12
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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 <devi@terminaldweller.com>"]
license = "GPL-3.0"