From 036278502a43a4b8d03e8a1cfcf666878f034e04 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Wed, 31 Oct 2018 22:13:55 +0100 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 edb5e509..93f43515 100644 --- a/mythril/version.py +++ b/mythril/version.py @@ -1,3 +1,3 @@ # This file is suitable for sourcing inside POSIX shell, e.g. bash as # well as for importing into Python -VERSION = "v0.19.1" # NOQA +VERSION = "v0.19.3" # NOQA