diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-02-01 19:13:03 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-02-01 19:13:03 +0100 |
commit | 9867f63d00484eccac4e5bc6df18ed64e54c09b9 (patch) | |
tree | aef0268e53c9e7bd14b4e93bb7130d6704a1aa07 /setup.py | |
parent | Windows: Hopefully fixed all problems with file locks (diff) | |
download | kcc-9867f63d00484eccac4e5bc6df18ed64e54c09b9.tar.gz kcc-9867f63d00484eccac4e5bc6df18ed64e54c09b9.tar.bz2 kcc-9867f63d00484eccac4e5bc6df18ed64e54c09b9.zip |
Version bump + README update
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 4a3fb31..30d41ad 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if version_info[0] != 3: exit(1) NAME = "KindleComicConverter" -VERSION = "4.0" +VERSION = "4.0.1" MAIN = "kcc.py" if platform == "darwin": |