diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-07-16 12:59:50 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-07-16 12:59:50 +0000 |
commit | bff18012cca2ed1c34dfd420d7979b16b49a3ea8 (patch) | |
tree | 79de35d199c6bc9079123f63f32bf2f8103ca920 /pyproject.toml | |
parent | added a new option to remove color from output (diff) | |
download | delf-bff18012cca2ed1c34dfd420d7979b16b49a3ea8.tar.gz delf-bff18012cca2ed1c34dfd420d7979b16b49a3ea8.zip |
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6747372..19140ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "delf" -version = "0.2.0" +version = "0.2.1" description = "yet another elf dump tool" authors = ["terminaldweller <devi@terminaldweller.com>"] license = "GPL-3.0" @@ -16,7 +16,7 @@ include = [ [tool.poetry.dependencies] python = "^3.12" capstone = "^4.0.2" -setuptools = "^69.5.1" +setuptools = "^70.0.0" [tool.poetry.scripts] delf = "delf:main" |