mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 04:36:06 +01:00
Bump version for beta
This commit is contained in:
parent
d0d609c715
commit
ef3d0cfe6c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (3, 40, 5)
|
||||
numeric_version = (3, 40, 6)
|
||||
__version__ = u'.'.join(map(unicode_type, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue