bump beta version

This commit is contained in:
Kovid Goyal 2022-02-09 16:55:57 +05:30
parent 07980fb8f7
commit 984e9bda56
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, 6)
numeric_version = (5, 99, 7)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"