~davidfor/calibre/kobo-driver

« back to all changes in this revision

Viewing changes to src/calibre/constants.py

  • Committer: Kovid Goyal
  • Date: 2012-11-02 03:49:22 UTC
  • Revision ID: kovid@kovidgoyal.net-20121102034922-jl7p0ql8onbaamag
Tags: 0.9.5
versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
5
5
__docformat__ = 'restructuredtext en'
6
6
__appname__   = u'calibre'
7
 
numeric_version = (0, 9, 4)
 
7
numeric_version = (0, 9, 5)
8
8
__version__   = u'.'.join(map(unicode, numeric_version))
9
9
__author__    = u"Kovid Goyal <kovid@kovidgoyal.net>"
10
10