mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 00:55:39 +01:00
Bump beta version
This commit is contained in:
parent
7a8cc098b0
commit
2d78ef313b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
import sys, locale, codecs, os, collections, collections.abc
|
||||
|
||||
__appname__ = 'calibre'
|
||||
numeric_version = (5, 99, 2)
|
||||
numeric_version = (5, 99, 3)
|
||||
__version__ = '.'.join(map(str, numeric_version))
|
||||
git_version = None
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue