diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 05ac5bbb3e..105eb730c1 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -6,7 +6,7 @@ from polyglot.builtins import map, unicode_type import sys, locale, codecs, os, importlib, collections __appname__ = u'calibre' -numeric_version = (3, 40, 1) +numeric_version = (3, 40, 2) __version__ = u'.'.join(map(unicode_type, numeric_version)) __author__ = u"Kovid Goyal "