version 3.22.1

This commit is contained in:
Kovid Goyal 2018-04-20 12:55:09 +05:30
parent 7f7e73f4d2
commit 557a048d10
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -6,7 +6,7 @@ from future_builtins import map
import sys, locale, codecs, os, importlib, collections
__appname__ = u'calibre'
numeric_version = (3, 22, 0)
numeric_version = (3, 22, 1)
__version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"