diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-12-07 20:08:20 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-12-07 20:08:20 +0100 |
commit | e8355028374272d6f5f3b93ce8a364c9eb2b327c (patch) | |
tree | 853138b1f6de0d74ea973edc753e540e9db10ae3 /setup.py | |
parent | Fixed Panel View bugs (diff) | |
download | kcc-e8355028374272d6f5f3b93ce8a364c9eb2b327c.tar.gz kcc-e8355028374272d6f5f3b93ce8a364c9eb2b327c.tar.bz2 kcc-e8355028374272d6f5f3b93ce8a364c9eb2b327c.zip |
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 8e032e3..1a36ef9 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ Usage (Windows): from sys import platform NAME = "KindleComicConverter" -VERSION = "3.6.1" +VERSION = "3.6.2" MAIN = "kcc.py" if platform == "darwin": |