From 57d5cd04284276c49899034a9ad321b680624d8f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 16 May 2018 23:11:18 +0200 Subject: Bump the changelog --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index a31adaa..55489be 100755 --- a/main.py +++ b/main.py @@ -10,7 +10,7 @@ import multiprocessing from src import parser_factory, unsupported_extensions -__version__ = '0.1.0' +__version__ = '0.1.1' def __check_file(filename: str, mode: int = os.R_OK) -> bool: if not os.path.isfile(filename): -- cgit v1.3