diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-09-06 10:00:08 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-09-06 10:00:08 +0200 |
commit | 4c96de9cdffdd5600e7b3fccf3451d6e737002e4 (patch) | |
tree | d1d689a7311f8ba0f49d60828d57ba4a0162d1ca /setup.py | |
parent | Hotfix for Russian OS (diff) | |
download | kcc-4c96de9cdffdd5600e7b3fccf3451d6e737002e4.tar.gz kcc-4c96de9cdffdd5600e7b3fccf3451d6e737002e4.tar.bz2 kcc-4c96de9cdffdd5600e7b3fccf3451d6e737002e4.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 f71c115..c17d4e6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ Usage (Windows): from sys import platform NAME = "KindleComicConverter" -VERSION = "3.2" +VERSION = "3.2.1" MAIN = "kcc.py" if platform == "darwin": |