Bump beta version

This commit is contained in:
Kovid Goyal 2022-02-03 08:15:51 +05:30
parent d10bae457b
commit ebd5ace978
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, 5)
numeric_version = (5, 99, 6)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"