mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-14 23:20:22 +02:00
Fixed version number
This commit is contained in:
@@ -7,7 +7,7 @@ import os
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
__package_name__ = "mvt"
|
__package_name__ = "mvt"
|
||||||
__version__ = "1.1"
|
__version__ = "1.0.12"
|
||||||
__description__ = "Mobile Verification Toolkit"
|
__description__ = "Mobile Verification Toolkit"
|
||||||
|
|
||||||
this_directory = os.path.abspath(os.path.dirname(__file__))
|
this_directory = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|||||||
Reference in New Issue
Block a user