Bumped version

This commit is contained in:
Nex 2021-08-06 18:44:16 +02:00
parent e5f7727c80
commit 24c89183a3
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.16"
__version__ = "1.0.17"
__description__ = "Mobile Verification Toolkit"
this_directory = os.path.abspath(os.path.dirname(__file__))