mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 22:02:59 +02:00
version 2.99.1
This commit is contained in:
parent
0ac375742e
commit
37fb2d76c8
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, 0)
|
||||
numeric_version = (2, 99, 1)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue