Index: leahi_dialin/version.py =================================================================== diff -u -re3861d2fa529dc2311131d95a82ffeef9e47dfc6 -r3c15b6a36244fd99b654f80692102b75ac6de309 --- leahi_dialin/version.py (.../version.py) (revision e3861d2fa529dc2311131d95a82ffeef9e47dfc6) +++ leahi_dialin/version.py (.../version.py) (revision 3c15b6a36244fd99b654f80692102b75ac6de309) @@ -20,7 +20,7 @@ from typing import Tuple -VERSION_FILE_LOCATION = f'{os.path.realpath(__file__)}/../../VERSION' +VERSION_FILE_LOCATION = f'{os.path.realpath(__file__)}/../VERSION' def get_branch(): """ @@ -82,6 +82,7 @@ branch = None commit = None + print(f'VERSION_FILE_LOCATION: {VERSION_FILE_LOCATION}') with open(file = os.path.abspath(VERSION_FILE_LOCATION)) as f: content = f.read().split('-') version = content[0]