From 7c343c205c0d67eff88eec56aeaffcbb9822857e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 3 Aug 2014 08:36:30 +0530 Subject: [PATCH] Bump version --- src/calibre/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/constants.py b/src/calibre/constants.py index b55ee831bd..084a79ae4d 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -4,7 +4,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = u'calibre' -numeric_version = (1, 204, 0) +numeric_version = (1, 204, 1) __version__ = u'.'.join(map(unicode, numeric_version)) __author__ = u"Kovid Goyal "