Skip to content

Commit

Permalink
s2e-env/setup.py Update version number for updated pyelftools
Browse files Browse the repository at this point in the history
This is a complementary PR to S2E/pyelftools#3
  • Loading branch information
michaelbrownuc authored May 14, 2022
1 parent 4bd6a45 commit ca65709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('.')
Expand Down

0 comments on commit ca65709

Please sign in to comment.