version 6.2.1

This commit is contained in:
Kovid Goyal
2022-07-29 14:12:04 +05:30
parent 8236c1c788
commit c628c38cc4
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from functools import lru_cache
import sys, locale, codecs, os, collections, collections.abc
__appname__ = 'calibre'
numeric_version = (6, 2, 0)
numeric_version = (6, 2, 1)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"