1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Version bump + README update

This commit is contained in:
Paweł Jastrzębski
2014-02-01 19:13:03 +01:00
parent 866f8898be
commit 9867f63d00
11 changed files with 16 additions and 10 deletions

View File

@@ -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":