Bump beta version

This commit is contained in:
Kovid Goyal 2022-03-02 10:28:41 +05:30
parent e96e74e57e
commit 21c6ceda01
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -4,7 +4,7 @@
import sys, locale, codecs, os, collections, collections.abc
__appname__ = 'calibre'
numeric_version = (5, 99, 7)
numeric_version = (5, 99, 8)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"