Updated to version 0.2

This commit is contained in:
2021-07-04 15:27:11 +02:00
parent 07a0004c4d
commit 1899a9f54d

View File

@@ -7,7 +7,7 @@ from sys import path
from os.path import dirname
path.append(dirname(__file__))
__version__ = '0.1.2'
__version__ = '0.2'
import logging
from utils import ColorizeFilter