about summary refs log tree commit diff
path: root/kindlecomicconverter
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2017-10-14 22:10:31 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2017-10-14 22:10:31 +0200
commitaa978ab24631410126f7391e96cb643aa61c4b20 (patch)
tree411725e43c3d70ef3397c4301df0be70da3be5bb /kindlecomicconverter
parentMerge pull request #250 from ciromattia/dev (diff)
downloadkcc-aa978ab24631410126f7391e96cb643aa61c4b20.tar.gz
kcc-aa978ab24631410126f7391e96cb643aa61c4b20.tar.bz2
kcc-aa978ab24631410126f7391e96cb643aa61c4b20.zip
Disabled old multiprocessing hack
Diffstat (limited to 'kindlecomicconverter')
-rw-r--r--kindlecomicconverter/__init__.py2
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'