Bumped version

This commit is contained in:
Nex 2021-07-27 21:40:15 +02:00
parent caa5d8ee8c
commit fe8c013b0f
1 changed files with 1 additions and 1 deletions

View File

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