diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-09 22:10:35 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-09 22:10:35 +0000 |
commit | 7e89ac8f95ee3db3f431dd65647b27ad083b3aa7 (patch) | |
tree | de2c77a63bdff6093f1f4e67fad8b6bc0932d0f2 | |
parent | added setuptuools as a dependency, removed the lgtm badge (diff) | |
download | delf-7e89ac8f95ee3db3f431dd65647b27ad083b3aa7.tar.gz delf-7e89ac8f95ee3db3f431dd65647b27ad083b3aa7.zip |
upped the minor version for adding setuptools as a dependency so that delf runs on python 3.12
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
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" |