From a6bc35639ca1509eb76d930ede4bb3c225d9a0b9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 Jun 2008 10:15:55 -0700 Subject: [PATCH] version 0.4.74 --- src/calibre/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/__init__.py b/src/calibre/__init__.py index b4e347a9af..225bf41017 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.73' +__version__ = '0.4.74' __docformat__ = "epytext" __author__ = "Kovid Goyal " __appname__ = 'calibre'