diff options
| author | jvoisin | 2018-05-16 23:11:18 +0200 |
|---|---|---|
| committer | jvoisin | 2018-05-16 23:11:18 +0200 |
| commit | 57d5cd04284276c49899034a9ad321b680624d8f (patch) | |
| tree | ca7f1b003f767a693484a8e509235c4932f90fbd /main.py | |
| parent | fa7d18784ca18c5c70bbb36cde9d5915843456c3 (diff) | |
Bump the changelog0.1.1
Diffstat (limited to 'main.py')
| -rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@ import multiprocessing | |||
| 10 | 10 | ||
| 11 | from src import parser_factory, unsupported_extensions | 11 | from src import parser_factory, unsupported_extensions |
| 12 | 12 | ||
| 13 | __version__ = '0.1.0' | 13 | __version__ = '0.1.1' |
| 14 | 14 | ||
| 15 | def __check_file(filename: str, mode: int = os.R_OK) -> bool: | 15 | def __check_file(filename: str, mode: int = os.R_OK) -> bool: |
| 16 | if not os.path.isfile(filename): | 16 | if not os.path.isfile(filename): |
