From 86dede13067b290af4f5cf4008bec3d51191b231 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Wed, 20 Mar 2019 16:14:07 +0530 Subject: [PATCH] Update to 0.20.2 --- mythril/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/version.py b/mythril/version.py index fbb49d37..2754f21b 100644 --- a/mythril/version.py +++ b/mythril/version.py @@ -4,4 +4,4 @@ This file is suitable for sourcing inside POSIX shell, e.g. bash as well as for importing into Python. """ -VERSION = "v0.20.1" # NOQA +VERSION = "v0.20.2" # NOQA