diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-08-03 11:21:43 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-08-03 11:21:43 +0200 |
commit | 996af59e004846d7158ec92c1845040ba34eeecd (patch) | |
tree | 001504dd637d512375606f0581d095bb5b388d81 /kcc.py | |
parent | Fixed MOBI processing anomalies (diff) | |
download | kcc-996af59e004846d7158ec92c1845040ba34eeecd.tar.gz kcc-996af59e004846d7158ec92c1845040ba34eeecd.tar.bz2 kcc-996af59e004846d7158ec92c1845040ba34eeecd.zip |
Updated README + version bump
Diffstat (limited to 'kcc.py')
-rwxr-xr-x | kcc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.py b/kcc.py index 9e546b9..a0d5fa2 100755 --- a/kcc.py +++ b/kcc.py @@ -18,7 +18,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -__version__ = '4.2' +__version__ = '4.2.1' __license__ = 'ISC' __copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' |