Skip to content

Commit

Permalink
ticked version number to 7.8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angr release bot authored and rhelmot committed Aug 1, 2018
1 parent 500b809 commit 76f847a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -2,5 +2,5 @@ pyelftools>=0.24
pefile
cffi
idalink
archinfo>=7.8.7.1
pyvex>=7.8.7.1
archinfo>=7.8.8.1
pyvex>=7.8.8.1
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -10,14 +10,14 @@
setup(
name='cle',
description='CLE Loads Everything (at least, many binary formats!) and provides a pythonic interface to analyze what they are and what they would look like in memory.',
version='7.8.7.1',
version='7.8.8.1',
packages=packages,
install_requires=[
'pyelftools>=0.24',
'cffi',
'idalink',
'archinfo>=7.8.7.1',
'pyvex>=7.8.7.1',
'archinfo>=7.8.8.1',
'pyvex>=7.8.8.1',
'pefile',
]
)

0 comments on commit 76f847a

Please sign in to comment.