Update pzztool.py

This commit is contained in:
Gabriel GRONDIN 2021-11-28 03:44:01 +01:00 committed by GitHub
parent eb78d59250
commit fea899f380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ from struct import unpack
from os import listdir from os import listdir
import logging import logging
__version__ = "1.4.2" __version__ = "0.14.2"
__author__ = "rigodron, algoflash, GGLinnk" __author__ = "rigodron, algoflash, GGLinnk"
__OriginalAutor__ = "infval" __OriginalAutor__ = "infval"
__license__ = "MIT" __license__ = "MIT"