diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-08-22 15:31:45 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-08-22 15:31:45 +0200 |
commit | 1a0be83d63d3cfd900a8bb5420de22957daf170e (patch) | |
tree | 284da72b142d5299b6286fd268ef9bf4bca051b8 /kindlecomicconverter/__init__.py | |
parent | Fixed some typos (diff) | |
download | kcc-1a0be83d63d3cfd900a8bb5420de22957daf170e.tar.gz kcc-1a0be83d63d3cfd900a8bb5420de22957daf170e.tar.bz2 kcc-1a0be83d63d3cfd900a8bb5420de22957daf170e.zip |
Updated README + version bump
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 a873448..45fe8a6 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.4' +__version__ = '5.4.1' __license__ = 'ISC' __copyright__ = '2012-2017, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' |