diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-13 14:03:43 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-13 14:03:43 +0100 |
commit | a38013eabc51a4b068b97c0390d3aed074999bfc (patch) | |
tree | 2685e2f1836861ec7d38161f855a145516ee1647 /setup.py | |
parent | Yet another Last™ update of margin color detection algorithm (diff) | |
download | kcc-a38013eabc51a4b068b97c0390d3aed074999bfc.tar.gz kcc-a38013eabc51a4b068b97c0390d3aed074999bfc.tar.bz2 kcc-a38013eabc51a4b068b97c0390d3aed074999bfc.zip |
README update + Version bump
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index 1a36ef9..98b03f1 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ Usage (Windows): from sys import platform NAME = "KindleComicConverter" -VERSION = "3.6.2" +VERSION = "3.7" MAIN = "kcc.py" if platform == "darwin": @@ -44,7 +44,7 @@ if platform == "darwin": CFBundleTypeRole='Viewer', ) ], - LSMinimumSystemVersion='10.6.0', + LSMinimumSystemVersion='10.8.0', LSEnvironment=dict( PATH='/usr/local/bin:/usr/bin:/bin' ), |