diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-09-28 13:17:09 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-09-28 13:23:40 +0200 |
commit | 652762b709da3083024325f36ef5571c1673afdf (patch) | |
tree | 61d8c9a9a8326d81bec833ebe221d5fef70e2441 /setup.py | |
parent | CLI: Added tool detection (diff) | |
download | kcc-652762b709da3083024325f36ef5571c1673afdf.tar.gz kcc-652762b709da3083024325f36ef5571c1673afdf.tar.bz2 kcc-652762b709da3083024325f36ef5571c1673afdf.zip |
Updated README + version bump
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index fa19e56..396d6d7 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if version_info[0] != 3: exit(1) NAME = "KindleComicConverter" -VERSION = "4.2.1" +VERSION = "4.3" MAIN = "kcc.py" if platform == "darwin": @@ -93,7 +93,7 @@ else: print('Please use setup.sh to build Linux package.') exit() -#noinspection PyUnboundLocalVariable +# noinspection PyUnboundLocalVariable setup( name=NAME, version=VERSION, |