Bump version number for re-release

This commit is contained in:
Kovid Goyal 2014-07-11 17:14:51 +05:30
parent c9f64fb2e6
commit ffc0dcd836

View File

@ -4,7 +4,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
__appname__ = u'calibre'
numeric_version = (1, 201, 0)
numeric_version = (1, 201, 1)
__version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"