Forgot to bump search_engines current_version

This commit is contained in:
Kovid Goyal 2018-02-21 22:36:11 +05:30
parent 2e8692bfcb
commit 3b7843253d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -18,7 +18,7 @@ from calibre import browser as _browser, prints, random_user_agent
from calibre.utils.monotonic import monotonic
from calibre.utils.random_ua import accept_header_for_ua
current_version = (1, 0, 0)
current_version = (1, 0, 1)
minimum_calibre_version = (2, 80, 0)