Skip to content

Commit

Permalink
ticked version number to 8.19.7.25
Browse files Browse the repository at this point in the history
  • Loading branch information
angr release bot authored and twizmwazin committed Jul 26, 2019
1 parent 02cdd3f commit d67020a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyvex/__init__.py
Expand Up @@ -3,7 +3,7 @@
For an introduction to VEX, take a look here: https://docs.angr.io/advanced-topics/ir
"""

__version__ = (8, 19, 4, 5)
__version__ = (8, 19, 7, 25)

if bytes is str:
raise Exception("This module is designed for python 3 only. Please install an older version to use python 2.")
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -191,15 +191,15 @@ def run(self):
sys.argv.append(name.replace('.', '_').replace('-', '_'))

setup(
name="pyvex", version='8.19.4.5', description="A Python interface to libVEX and VEX IR",
name="pyvex", version='8.19.7.25', description="A Python interface to libVEX and VEX IR",
python_requires='>=3.5',
url='https://github.com/angr/pyvex',
packages=packages,
cmdclass=cmdclass,
install_requires=[
'pycparser',
'cffi>=1.0.3',
'archinfo==8.19.4.5',
'archinfo==8.19.7.25',
'bitstring',
'future',
],
Expand Down

0 comments on commit d67020a

Please sign in to comment.