diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-08-12 15:59:32 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-08-12 15:59:32 +0200 |
commit | b7d7204d40cfab8ad9586af353a45f06116e17cd (patch) | |
tree | 2f10084d8c1f6272831b113ab25489583b24878f /setup.py | |
parent | GUI: Added webstrip support (diff) | |
download | kcc-b7d7204d40cfab8ad9586af353a45f06116e17cd.tar.gz kcc-b7d7204d40cfab8ad9586af353a45f06116e17cd.tar.bz2 kcc-b7d7204d40cfab8ad9586af353a45f06116e17cd.zip |
Updated README and version bump
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index b10e8a9..f71c115 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ Usage (Windows): from sys import platform NAME = "KindleComicConverter" -VERSION = "3.1" +VERSION = "3.2" MAIN = "kcc.py" if platform == "darwin": |