diff options
| author | Paweł Jastrzębski <[email protected]> | 2019-03-06 15:47:18 +0100 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2019-03-06 15:47:18 +0100 |
| commit | 332d3d455efae384ece0b58f30ec433f5be9494e (patch) | |
| tree | 60012d76f4de7f1bd9d254e7ad5c5c3a230e9db6 /kindlecomicconverter/__init__.py | |
| parent | Updated build enviroment (diff) | |
| download | kcc-332d3d455efae384ece0b58f30ec433f5be9494e.tar.gz kcc-332d3d455efae384ece0b58f30ec433f5be9494e.tar.bz2 kcc-332d3d455efae384ece0b58f30ec433f5be9494e.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 2ccec97..fe7588f 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.4.5' +__version__ = '5.5.0' __license__ = 'ISC' -__copyright__ = '2012-2018, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>' +__copyright__ = '2012-2019, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>' __docformat__ = 'restructuredtext en' |