diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-03-08 16:12:56 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-03-08 16:12:56 +0100 |
commit | 5ecddaceab4c74716f9467c01065f1934351ad6c (patch) | |
tree | 79fb5515fa273c1484b69fd25bbd5e9fd4e3b8e6 /kindlecomicconverter/pdfjpgextract.py | |
parent | Fixed dot procesing for real this time (diff) | |
download | kcc-5ecddaceab4c74716f9467c01065f1934351ad6c.tar.gz kcc-5ecddaceab4c74716f9467c01065f1934351ad6c.tar.bz2 kcc-5ecddaceab4c74716f9467c01065f1934351ad6c.zip |
Version bump
Diffstat (limited to 'kindlecomicconverter/pdfjpgextract.py')
-rw-r--r-- | kindlecomicconverter/pdfjpgextract.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kindlecomicconverter/pdfjpgextract.py b/kindlecomicconverter/pdfjpgextract.py index 0889eda..250cf35 100644 --- a/kindlecomicconverter/pdfjpgextract.py +++ b/kindlecomicconverter/pdfjpgextract.py @@ -1,5 +1,5 @@ # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2017 Pawel Jastrzebski <pawelj@iosphe.re> +# Copyright (c) 2013-2018 Pawel Jastrzebski <pawelj@iosphe.re> # # Based upon the code snippet by Ned Batchelder # (http://nedbatchelder.com/blog/200712/extracting_jpgs_from_pdfs.html) |