diff options
| author | Paweł Jastrzębski <[email protected]> | 2017-04-09 15:34:59 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2017-04-09 15:34:59 +0200 |
| commit | 2d712e796db5e45ca97b1b1ad30ad29cd2df3043 (patch) | |
| tree | 306054863a915eeaa76f34fef3d8f70c57a3b522 /kindlecomicconverter | |
| parent | Fixed page splitter (diff) | |
| download | kcc-2d712e796db5e45ca97b1b1ad30ad29cd2df3043.tar.gz kcc-2d712e796db5e45ca97b1b1ad30ad29cd2df3043.tar.bz2 kcc-2d712e796db5e45ca97b1b1ad30ad29cd2df3043.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 3622f15..a873448 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.3.1' +__version__ = '5.4' __license__ = 'ISC' __copyright__ = '2012-2017, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>' __docformat__ = 'restructuredtext en' |