mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 18:22:37 -04:00
version 5.9.0
This commit is contained in:
@@ -5,7 +5,7 @@ from polyglot.builtins import map, unicode_type, environ_item, hasenv, getenv
|
||||
import sys, locale, codecs, os, collections
|
||||
|
||||
__appname__ = 'calibre'
|
||||
numeric_version = (5, 8, 1)
|
||||
numeric_version = (5, 9, 0)
|
||||
__version__ = '.'.join(map(unicode_type, numeric_version))
|
||||
git_version = None
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
Reference in New Issue
Block a user