Moved __version__ to separate file

This commit is contained in:
2022-09-26 00:15:16 +02:00
parent c09d35670e
commit b7eb06e266
4 changed files with 11 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ from sys import path
path.append(os.path.dirname(__file__))
__version__=0.1
path.append(dirname(__file__))
import logging
from delugeUtils import BASE_DIR