diff options
| author | Paweł Jastrzębski <[email protected]> | 2014-01-14 15:57:52 +0100 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2014-01-14 15:57:52 +0100 |
| commit | cf0b6b348486892140e172fa805519d2fad15569 (patch) | |
| tree | 37ff9514357a941c382c42f3f1d4a7e0f563ac80 /setup.py | |
| parent | Fixed problems with HQ mode (close #77) (diff) | |
| download | kcc-cf0b6b348486892140e172fa805519d2fad15569.tar.gz kcc-cf0b6b348486892140e172fa805519d2fad15569.tar.bz2 kcc-cf0b6b348486892140e172fa805519d2fad15569.zip | |
README update + 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 4032bba..26317cb 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ Usage (Windows): from sys import platform NAME = "KindleComicConverter" -VERSION = "3.7.1" +VERSION = "3.7.2" MAIN = "kcc.py" if platform == "darwin": |