From 7b00f03f03c04a980511ffa9f737a6820f908885 Mon Sep 17 00:00:00 2001 From: Nex Date: Thu, 5 Aug 2021 09:04:22 +0200 Subject: [PATCH] Bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1b1c5a..abaa2e5 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import os from setuptools import find_packages, setup __package_name__ = "mvt" -__version__ = "1.0.15" +__version__ = "1.0.16" __description__ = "Mobile Verification Toolkit" this_directory = os.path.abspath(os.path.dirname(__file__))