diff --git a/src/calibre/__init__.py b/src/calibre/__init__.py index ccfcdd5113..9cd2ec6bbc 100644 --- a/src/calibre/__init__.py +++ b/src/calibre/__init__.py @@ -1,7 +1,7 @@ ''' E-book management software''' __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal ' -__version__ = '0.4.68' +__version__ = '0.4.69' __docformat__ = "epytext" __author__ = "Kovid Goyal " __appname__ = 'calibre' @@ -565,4 +565,4 @@ if isosx: from calibre.ebooks.lrf.fonts.liberation import __all__ as fonts for font in fonts: exec 'from calibre.ebooks.lrf.fonts.liberation.'+font+' import font_data' - open(os.path.join(fdir, font+'.ttf'), 'wb').write(font_data) \ No newline at end of file + open(os.path.join(fdir, font+'.ttf'), 'wb').write(font_data)