mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 11:24:28 +02:00
Bump version number for fix for must_use_qt()
This commit is contained in:
parent
cf20390366
commit
1c93c4732d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (1, 201, 1)
|
||||
numeric_version = (1, 201, 2)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue