updating version numbers

This commit is contained in:
K4YT3X 2018-09-29 11:03:12 -04:00
parent 4eb2c8e63e
commit 7ef0dac39f
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ import shutil
import subprocess
import traceback
VERSION = '2.0.3'
VERSION = '2.0.4'
EXEC_PATH = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
FRAMES = '{}\\frames'.format(EXEC_PATH) # Folder containing extracted frames

View File

@ -9,7 +9,7 @@ Last Modified: May 19, 2018
Description: This class controls waifu2x
engine
Version 2.0
Version 2.0.1
"""
import subprocess