From ca65709d9f0518596e7a4ab037f98d54747b107b Mon Sep 17 00:00:00 2001 From: Michael D Brown Date: Sat, 14 May 2022 13:35:55 -0400 Subject: [PATCH] s2e-env/setup.py Update version number for updated pyelftools This is a complementary PR to https://github.com/S2E/pyelftools/pull/3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cfe853f..eed58b2 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ import pip from setuptools import setup, find_packages -pyelftools_version = '0.24+s2e' +pyelftools_version = '0.28+s2e' pyelftools_url = f'git+https://github.com/S2E/pyelftools.git#egg=pyelftools-{pyelftools_version}' version = pip.__version__.split('.')