Bump beta version

This commit is contained in:
Kovid Goyal 2022-01-25 13:10:00 +05:30
parent d76629d769
commit 167c765201
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, 3)
numeric_version = (5, 99, 4)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"