diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-14 22:10:31 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-14 22:10:31 +0200 |
commit | aa978ab24631410126f7391e96cb643aa61c4b20 (patch) | |
tree | 411725e43c3d70ef3397c4301df0be70da3be5bb /kindlecomicconverter/__init__.py | |
parent | Merge pull request #250 from ciromattia/dev (diff) | |
download | kcc-aa978ab24631410126f7391e96cb643aa61c4b20.tar.gz kcc-aa978ab24631410126f7391e96cb643aa61c4b20.tar.bz2 kcc-aa978ab24631410126f7391e96cb643aa61c4b20.zip |
Disabled old multiprocessing hack
Diffstat (limited to 'kindlecomicconverter/__init__.py')
-rw-r--r-- | kindlecomicconverter/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kindlecomicconverter/__init__.py b/kindlecomicconverter/__init__.py index dad32ea..cdb3623 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.4.2' +__version__ = '5.4.3' __license__ = 'ISC' __copyright__ = '2012-2017, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' |