Bumped version

This commit is contained in:
Nex 2021-08-01 13:59:59 +02:00
parent eaef75d931
commit a979b82ec6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import os
from setuptools import find_packages, setup
__package_name__ = "mvt"
__version__ = "1.0.14"
__version__ = "1.0.15"
__description__ = "Mobile Verification Toolkit"
this_directory = os.path.abspath(os.path.dirname(__file__))