diff options
| author | Ciro Mattia Gonano <[email protected]> | 2013-11-11 11:51:46 +0100 |
|---|---|---|
| committer | Ciro Mattia Gonano <[email protected]> | 2013-11-11 11:51:46 +0100 |
| commit | fe06e2fa19257986a56508c491d68f3085311e42 (patch) | |
| tree | 6cafe4eb5c32e4e10bb303a7cec2e8c42d88235c /setup.py | |
| parent | Implemented OSX PATH change to Windows code too + minor tweaks (diff) | |
| download | kcc-fe06e2fa19257986a56508c491d68f3085311e42.tar.gz kcc-fe06e2fa19257986a56508c491d68f3085311e42.tar.bz2 kcc-fe06e2fa19257986a56508c491d68f3085311e42.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 4e0eadc..ace85f9 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ Usage (Windows): from sys import platform NAME = "KindleComicConverter" -VERSION = "3.5" +VERSION = "3.6" MAIN = "kcc.py" if platform == "darwin": |