mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Bump version for beta
This commit is contained in:
parent
b177f0a109
commit
e0d33736f3
@ -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, 4)
|
numeric_version = (3, 40, 5)
|
||||||
__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>"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user