From 289f2b96417a0ad768be19bdc1113006bdd5f5ea Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 14 May 2018 22:49:37 +0200 Subject: Add a changelog file --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index 7b32956..2a3b4b5 100755 --- a/main.py +++ b/main.py @@ -10,7 +10,7 @@ import multiprocessing from src import parser_factory -__version__ = '0.1' +__version__ = '0.1.0' def __check_file(filename:str, mode:int = os.R_OK) -> bool: if not os.path.isfile(filename): -- cgit v1.3