Fixed version number

This commit is contained in:
Nex 2021-07-25 12:07:22 +02:00
parent 7a02df4592
commit 8f558db60b
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.1"
__version__ = "1.0.12"
__description__ = "Mobile Verification Toolkit"
this_directory = os.path.abspath(os.path.dirname(__file__))