From 94177c51640198c9b6f402b25bc0f11039ff0cb7 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Sun, 30 Jun 2019 10:32:54 +0200 Subject: [PATCH] Bump version --- mythril/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/__version__.py b/mythril/__version__.py index 8b0c0dba..35629cd1 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.4" +__version__ = "v0.21.5"