From a56f6d25dfe22f676c7facdfeff40e32c0f46775 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Tue, 9 Jul 2019 17:40:32 +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 158d5b93..e9c67101 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.7" +__version__ = "v0.21.8"