diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-10-29 16:45:39 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-10-29 16:45:39 +0100 |
commit | 1b723b2feeb02491799b82642cad77d3c0a0c8bf (patch) | |
tree | 61daae1fbb871453eda4d31e004664c81330d65f /setup.py | |
parent | Added Inno Setup script to create hybrid 32/64bit Windows installer (diff) | |
download | kcc-1b723b2feeb02491799b82642cad77d3c0a0c8bf.tar.gz kcc-1b723b2feeb02491799b82642cad77d3c0a0c8bf.tar.bz2 kcc-1b723b2feeb02491799b82642cad77d3c0a0c8bf.zip |
README update and 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 d26aa32..64ebada 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ Usage (Windows): from sys import platform NAME = "KindleComicConverter" -VERSION = "3.4" +VERSION = "3.5" MAIN = "kcc.py" if platform == "darwin": |