Bump version
This commit is contained in:
parent
9c258bd68d
commit
5c9e63555e
@ -60,7 +60,7 @@ def parse_arguments():
|
|||||||
parser.add_argument('--workspace', type=str, default=None,
|
parser.add_argument('--workspace', type=str, default=None,
|
||||||
help=("A folder name for temporaries and results."
|
help=("A folder name for temporaries and results."
|
||||||
"(default mcore_?????)"))
|
"(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')
|
help='Show program version information')
|
||||||
parser.add_argument('--txlimit', type=positive,
|
parser.add_argument('--txlimit', type=positive,
|
||||||
help='Maximum number of symbolic transactions to run (positive integer) (Ethereum only)')
|
help='Maximum number of symbolic transactions to run (positive integer) (Ethereum only)')
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ setup(
|
|||||||
description='Manticore is a symbolic execution tool for analysis of binaries and smart contracts.',
|
description='Manticore is a symbolic execution tool for analysis of binaries and smart contracts.',
|
||||||
url='https://github.com/trailofbits/manticore',
|
url='https://github.com/trailofbits/manticore',
|
||||||
author='Trail of Bits',
|
author='Trail of Bits',
|
||||||
version='0.1.8',
|
version='0.1.9',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'capstone>=3.0.5rc2',
|
'capstone>=3.0.5rc2',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user