Bumped version

This commit is contained in:
Nex 2021-08-25 16:32:05 +02:00
parent 79f313827f
commit d43c8109d1
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.2.1"
__version__ = "1.2.2"
__description__ = "Mobile Verification Toolkit"
this_directory = os.path.abspath(os.path.dirname(__file__))