diff options
| author | Paweł Jastrzębski <[email protected]> | 2017-08-22 15:31:45 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2017-08-22 15:31:45 +0200 |
| commit | 1a0be83d63d3cfd900a8bb5420de22957daf170e (patch) | |
| tree | 284da72b142d5299b6286fd268ef9bf4bca051b8 /kindlecomicconverter | |
| 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')
| -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 <[email protected]>, Pawel Jastrzebski <[email protected]>' __docformat__ = 'restructuredtext en' |