From 7700f53562f1568a91e4601271d1e169d67b2d0d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Sep 2015 12:47:35 +0530 Subject: [PATCH] Bump version for re-release of 2.37 --- 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 6638db70fa..2c23c39db4 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 = (2, 37, 0) +numeric_version = (2, 37, 1) __version__ = u'.'.join(map(unicode, numeric_version)) __author__ = u"Kovid Goyal "