From a74f0674ff965eb1091fe3040ce9c18a2b744973 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Thu, 27 Jun 2019 13:59:33 +0200 Subject: [PATCH] Update __version__.py --- mythril/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/__version__.py b/mythril/__version__.py index 45907f40..8b0c0dba 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.21.3" +__version__ = "v0.21.4"