Update pzztool.py

This commit is contained in:
Gabriel GRONDIN 2021-11-16 19:36:09 +01:00 committed by GitHub
parent 202db4c307
commit d1d08921e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ from math import ceil
from struct import unpack, pack from struct import unpack, pack
from pathlib import Path from pathlib import Path
from os import listdir from os import listdir
__version__ = "1.2" __version__ = "1.3.0"
__author__ = "rigodron, algoflash, GGLinnk" __author__ = "rigodron, algoflash, GGLinnk"
__OriginalAutor__ = "infval" __OriginalAutor__ = "infval"
__license__ = "MIT" __license__ = "MIT"