mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-26 14:35:03 +01:00
bump beta version
This commit is contained in:
parent
7fa805deee
commit
dfe9453dc7
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 = (2, 99, 4)
|
||||
numeric_version = (2, 99, 5)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue