diff options
| author | Paweł Jastrzębski <[email protected]> | 2013-12-06 23:33:04 +0100 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2013-12-06 23:33:04 +0100 |
| commit | 7f5de291743f4a909e16c2106ebf9c9fbebb7069 (patch) | |
| tree | 4350d6d8268768916bebcfc26a973c800c777f4f /setup.py | |
| parent | Fixed PNG output (sigh!) (diff) | |
| download | kcc-7f5de291743f4a909e16c2106ebf9c9fbebb7069.tar.gz kcc-7f5de291743f4a909e16c2106ebf9c9fbebb7069.tar.bz2 kcc-7f5de291743f4a909e16c2106ebf9c9fbebb7069.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 ace85f9..8e032e3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ Usage (Windows): from sys import platform NAME = "KindleComicConverter" -VERSION = "3.6" +VERSION = "3.6.1" MAIN = "kcc.py" if platform == "darwin": |