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/__init__.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/__init__.py')
-rw-r--r-- | kindlecomicconverter/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kindlecomicconverter/__init__.py b/kindlecomicconverter/__init__.py index cdb3623..8cb3bad 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.4.3' +__version__ = '5.4.4' __license__ = 'ISC' -__copyright__ = '2012-2017, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' +__copyright__ = '2012-2018, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' |