diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-09-18 12:47:33 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-09-18 12:47:33 +0200 |
commit | a58d98f0dc6d1306c11bee729436f475cd7b44d1 (patch) | |
tree | 99b808096c5ee2d32f3631a51e177ada53b9eb65 /setup.py | |
parent | GUI tweaks (diff) | |
download | kcc-a58d98f0dc6d1306c11bee729436f475cd7b44d1.tar.gz kcc-a58d98f0dc6d1306c11bee729436f475cd7b44d1.tar.bz2 kcc-a58d98f0dc6d1306c11bee729436f475cd7b44d1.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 ebe2bf3..9d95d63 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ Usage (Windows): from sys import platform NAME = "KindleComicConverter" -VERSION = "3.2.1" +VERSION = "3.3" MAIN = "kcc.py" if platform == "darwin": |