Bump version for beta

This commit is contained in:
Kovid Goyal 2019-04-09 14:11:21 +05:30
parent a7875b0715
commit 1f7a9be8e0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -6,7 +6,7 @@ from polyglot.builtins import map, unicode_type
import sys, locale, codecs, os, importlib, collections import sys, locale, codecs, os, importlib, collections
__appname__ = u'calibre' __appname__ = u'calibre'
numeric_version = (3, 40, 1) numeric_version = (3, 40, 2)
__version__ = u'.'.join(map(unicode_type, numeric_version)) __version__ = u'.'.join(map(unicode_type, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>" __author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"