Bump version

This commit is contained in:
Mark Mossberg 2018-05-04 14:07:20 -04:00
parent 9c258bd68d
commit 5c9e63555e
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ def parse_arguments():
parser.add_argument('--workspace', type=str, default=None,
help=("A folder name for temporaries and results."
"(default mcore_?????)"))
parser.add_argument('--version', action='version', version='Manticore 0.1.8',
parser.add_argument('--version', action='version', version='Manticore 0.1.9',
help='Show program version information')
parser.add_argument('--txlimit', type=positive,
help='Maximum number of symbolic transactions to run (positive integer) (Ethereum only)')

View File

@ -15,7 +15,7 @@ setup(
description='Manticore is a symbolic execution tool for analysis of binaries and smart contracts.',
url='https://github.com/trailofbits/manticore',
author='Trail of Bits',
version='0.1.8',
version='0.1.9',
packages=find_packages(),
install_requires=[
'capstone>=3.0.5rc2',