diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-08 08:16:53 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-08 08:16:53 +0100 |
commit | 0b056a8fa854a8665d280013e0edc06c8dca77a9 (patch) | |
tree | 67c1c6006eb7fc046d428fae69140a0eb2a4b242 /kindlecomicconverter/__init__.py | |
parent | Tweaks for OSX binary (diff) | |
download | kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.tar.gz kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.tar.bz2 kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.zip |
Stabilise multiprocessing on OSX
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 fe7588f..c0f1b84 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.5.0' +__version__ = '5.5.1' __license__ = 'ISC' __copyright__ = '2012-2019, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' |