From 71764dbe31e031dd8c5b132a32277a9ae68e4287 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Tue, 2 Apr 2019 17:34:54 +0530 Subject: [PATCH] Update version to 0.20.3 --- mythril/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/version.py b/mythril/version.py index 2754f21b..07cb42e1 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.2" # NOQA +VERSION = "v0.20.3" # NOQA