mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 15:48:13 +00:00
updating version numbers
This commit is contained in:
parent
4eb2c8e63e
commit
7ef0dac39f
@ -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
|
||||
|
@ -9,7 +9,7 @@ Last Modified: May 19, 2018
|
||||
Description: This class controls waifu2x
|
||||
engine
|
||||
|
||||
Version 2.0
|
||||
Version 2.0.1
|
||||
"""
|
||||
import subprocess
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user