@ -86,7 +86,7 @@ if (args.disassemble):
sys.stdout.write(easm_text)
if (args.graph):
generate_callgraph(disassembly, '/Users/berndt/Desktop/test.svg')
generate_callgraph(disassembly, args.graph)
elif (args.trace):
@ -169,7 +169,7 @@ others in the security community.
setup(
name='mythril',
version='0.2.10',
version='0.2.11',
description='A reversing and bug hunting framework for the Ethereum blockchain',
long_description=long_description,