version 3.32.0

This commit is contained in:
Kovid Goyal
2018-09-28 07:48:18 +05:30
parent 8edbc6ef9e
commit d3d7af4f28
2 changed files with 41 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from polyglot.builtins import map
import sys, locale, codecs, os, importlib, collections
__appname__ = u'calibre'
numeric_version = (3, 31, 0)
numeric_version = (3, 32, 0)
__version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"