From 76f847a723b588ee5eca4bcb891e57bc69a425c3 Mon Sep 17 00:00:00 2001 From: angr release bot Date: Wed, 1 Aug 2018 14:03:01 -0700 Subject: [PATCH] ticked version number to 7.8.8.1 --- requirements.txt | 4 ++-- setup.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index d7017c31..8a2a6512 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 642b1912..26d344ef 100644 --- a/setup.py +++ b/setup.py @@ -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', ] )