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

Version bump

This commit is contained in:
Paweł Jastrzębski
2014-06-03 19:26:24 +02:00
parent 104cd04994
commit 3f608eb602
11 changed files with 17 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ if version_info[0] != 3:
exit(1)
NAME = "KindleComicConverter"
VERSION = "4.0.2"
VERSION = "4.1"
MAIN = "kcc.py"
if platform == "darwin":